feat(backend): added 2 more events to deadClick handler
This commit is contained in:
parent
9e3d9ea437
commit
0dea805366
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@ func (d *DeadClickDetector) Handle(message Message, timestamp uint64) Message {
|
|||
*RemoveNode,
|
||||
*SetCSSData,
|
||||
*CSSInsertRule,
|
||||
*CSSDeleteRule:
|
||||
*CSSDeleteRule,
|
||||
*SetInputValue,
|
||||
*SetInputChecked:
|
||||
return d.Build()
|
||||
}
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue