mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: selection position
This commit is contained in:
@@ -300,7 +300,6 @@
|
||||
y (.-clientY touch)]
|
||||
(reset! *swipe {:x0 x :y0 y :xi x :yi y :tx x :ty y :direction nil})))))))
|
||||
|
||||
;; FIXME: disable scroll
|
||||
(defn on-touch-move
|
||||
[^js goog-event]
|
||||
(let [event (.-event_ goog-event)]
|
||||
|
||||
Reference in New Issue
Block a user