mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: disable annoying node preview when editing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user