feat(backend): added 2 more events to deadClick handler

This commit is contained in:
Alexander 2024-01-16 08:29:46 +01:00
parent 9e3d9ea437
commit 0dea805366

View file

@ -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