mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
disable smooth scroll
This commit is contained in:
@@ -243,7 +243,8 @@ async function show() {
|
||||
|
||||
const pz = panzoom($relationMapCanvas[0], {
|
||||
maxZoom: 2,
|
||||
minZoom: 0.1
|
||||
minZoom: 0.1,
|
||||
smoothScroll: false
|
||||
});
|
||||
|
||||
if (mapData.transform) {
|
||||
|
||||
Reference in New Issue
Block a user