Skip to content

Commit fbdf5cc

Browse files
committed
remove root check
1 parent cb3f1b8 commit fbdf5cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/tool/transform/select.cljs

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
[{:keys [active-document] :as db} el intersecting?]
7171
(let [hovered-keys (-> db :documents active-document :hovered-keys)]
7272
(and (empty? (set/intersection (element.h/ancestor-keys db el) hovered-keys))
73-
(not (utils.el/root? el))
7473
((if intersecting? bounds/intersected? bounds/contained?)
7574
(:bounds el)
7675
(let [{{:keys [x y width height]} :attrs} (element.h/get-temp db)]

0 commit comments

Comments
 (0)