Increase double click timeout
This commit is contained in:
parent
d6720da142
commit
c5b2ede9d2
@ -362,7 +362,7 @@ const Map: React.FC = () => {
|
||||
},
|
||||
});
|
||||
}
|
||||
}, 150);
|
||||
}, 400);
|
||||
});
|
||||
|
||||
map.current.on("dblclick", "grid-layer", (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user