fix: selection position

This commit is contained in:
Tienson Qin
2025-05-30 04:41:33 +08:00
parent ad20edca16
commit b994749e30
2 changed files with 3 additions and 4 deletions

View File

@@ -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)]