mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: bring back shape rotation
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
(do (. api selectShapes block-id)
|
||||
(. api zoomToSelection)))))
|
||||
nil) [name block-id tln])
|
||||
(when (and name (not-empty (gobj/get data "currentPageId")))
|
||||
(when (and (not-empty name) (not-empty (gobj/get data "currentPageId")))
|
||||
[:div.draw.tldraw.whiteboard.relative.w-full.h-full
|
||||
{:style {:overscroll-behavior "none"}
|
||||
:on-blur #(state/set-block-component-editing-mode! false)
|
||||
|
||||
Reference in New Issue
Block a user