mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fixes issues with empty input in options
This commit is contained in:
parent
84007e6ad1
commit
e1923468a4
10 changed files with 181 additions and 130 deletions
|
@ -250,3 +250,6 @@
|
|||
|
||||
(defn get-user-agent []
|
||||
(.-userAgent js/navigator))
|
||||
|
||||
(defn active? [node]
|
||||
(= (.-activeElement js/document) node))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue