summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-21 18:30:16 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-21 18:30:16 +0200
commitb691b783a8bf1c285814244c2ab3b04271d477bb (patch)
treead55ea92dc4f7c57506007b70db6c098c4afe485 /play.js
parent58cb429fff2cf4d947d365906dc34dcf21ba2116 (diff)
downloadandean-abyss-b691b783a8bf1c285814244c2ab3b04271d477bb.tar.gz
scroll_with_middle_mouse
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/play.js b/play.js
index 711e566..dbe4c19 100644
--- a/play.js
+++ b/play.js
@@ -1478,7 +1478,7 @@ function on_blur_space_tip(s) {
}
function on_click_space_tip(s) {
- ui.spaces[s].scrollIntoView({ block:"center", inline:"center", behavior:"smooth" })
+ scroll_into_view(ui.spaces[s])
}
function sub_card(match, p1) {
@@ -1595,4 +1595,3 @@ toggle_zoom = function () {
document.getElementById("grid").classList.remove("fit")
}
-scroll_with_middle_mouse("main")