🐛 Fixes issues with empty input in options

This commit is contained in:
alonso.torres 2020-12-22 18:05:37 +01:00
parent 84007e6ad1
commit e1923468a4
10 changed files with 181 additions and 130 deletions

View file

@ -250,3 +250,6 @@
(defn get-user-agent []
(.-userAgent js/navigator))
(defn active? [node]
(= (.-activeElement js/document) node))