Skip to content

Commit

Permalink
Update html.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Oct 3, 2023
1 parent d050bde commit 06a0fd4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/app/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ type HTML interface {
}

type htmlElement struct {
attributes attributes
eventHandlers eventHandlers
children []UI

dispatcher Dispatcher
this UI

Expand All @@ -47,7 +43,10 @@ type htmlElement struct {
depth uint
isSelfClosing bool
jsElement Value
attributes attributes
eventHandlers eventHandlers
parentElement UI
children []UI
}

func (e *htmlElement) JSValue() Value {
Expand Down

0 comments on commit 06a0fd4

Please sign in to comment.