remove unneeded call to activate
This commit is contained in:
parent
4cb82c8ca6
commit
a489df34ab
@ -126,9 +126,9 @@
|
||||
:collected-params params
|
||||
}]
|
||||
(set state s)
|
||||
(activate)
|
||||
(let [r (on-input nil)]
|
||||
(let [r (on-input nil)]
|
||||
(update-widget-state widget r)
|
||||
(widget:grab_focus)
|
||||
r)))
|
||||
|
||||
(fn active? [] state.active)
|
||||
|
Loading…
Reference in New Issue
Block a user