mirror of
https://github.com/penpot/penpot.git
synced 2026-03-20 09:23:47 +00:00
🐛 Fix After cancel edit annotation its content is not shown in full view
This commit is contained in:
committed by
Alonso Torres
parent
3a1f861303
commit
4456b08dae
@@ -58,7 +58,8 @@
|
||||
(let [textarea (mf/ref-val textarea-ref)]
|
||||
(aset textarea "value" annotation)
|
||||
(reset! editing? false)
|
||||
(st/emit! (dw/set-annotations-id-for-create nil))))
|
||||
(st/emit! (dw/set-annotations-id-for-create nil))
|
||||
(autogrow)))
|
||||
save (fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(let [textarea (mf/ref-val textarea-ref)
|
||||
|
||||
Reference in New Issue
Block a user