fix: both encryption and excalidraw not working on Electron

This commit is contained in:
Tienson Qin
2021-03-11 00:30:39 +08:00
parent 81b50400d8
commit 3605ed53e3
7 changed files with 40 additions and 33 deletions

View File

@@ -149,7 +149,6 @@
[:input.form-input.block.w-full.sm:text-sm.sm:leading-5.my-2
{:type "password"
:auto-focus true
:style {:color "#000"}
:on-change (fn [e]
(reset! secret (util/evalue e)))}]