🐛 Fix issue in viewport-scrollbars

This commit is contained in:
Alejandro Alonso 2022-02-03 13:24:51 +01:00
parent 105cb6fa13
commit 0f459ede50

View file

@ -185,7 +185,7 @@
(reset! v-scrolling? false) (reset! v-scrolling? false)
(reset! h-scrolling? false)))] (reset! h-scrolling? false)))]
[* [:*
(when show-v-scroll? (when show-v-scroll?
[:g.v-scroll [:g.v-scroll
[:rect {:on-mouse-move #(on-mouse-move % :y) [:rect {:on-mouse-move #(on-mouse-move % :y)