|
@@ -35,7 +35,7 @@
|
|
|
[^js event current-block target-block move-to]
|
|
[^js event current-block target-block move-to]
|
|
|
(let [top? (= move-to :top)
|
|
(let [top? (= move-to :top)
|
|
|
nested? (= move-to :nested)
|
|
nested? (= move-to :nested)
|
|
|
- alt-key? (.-altKey event)
|
|
|
|
|
|
|
+ alt-key? (and event (.-altKey event))
|
|
|
repo (state/get-current-repo)]
|
|
repo (state/get-current-repo)]
|
|
|
(cond
|
|
(cond
|
|
|
alt-key?
|
|
alt-key?
|