fix: disable annoying node preview when editing

This commit is contained in:
Tienson Qin
2025-06-10 00:18:03 +08:00
parent dcc2e9d374
commit f7fe814414

View File

@@ -896,7 +896,8 @@
(if (boolean? in-popup?)
(if (and (not (:preview? config))
(not in-popup?)
(or (not manual?) open?))
(or (not manual?) open?)
(not (state/editing?)))
(popup-preview-impl children
{:visible? visible? :set-visible! set-visible!
:*timer *timer :*timer1 *timer1