Fixing typo from last commit
This commit is contained in:
parent
8eb44961e2
commit
eb9de08765
|
@ -601,7 +601,7 @@ func (h *TargetHandler) domEvent(ctxt context.Context, ev interface{}) {
|
|||
id, op = e.NodeID, attributeRemoved(e.Name)
|
||||
|
||||
case *dom.EventInlineStyleInvalidated:
|
||||
if len(e.NodeIDs) == 0 {
|
||||
if len(e.NodeIds) == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user