Skip to content

Commit

Permalink
change debounce time
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJoss committed Jun 26, 2024
1 parent 4f3b537 commit 860d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/map/components/openlayers/CompassButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const handleOrientation = debounce((event) => {
if (autoRotate.value) {
store.dispatch('setRotation', rotation)
}
}, 500)
}, 100)
function rotate() {
autoRotate.value = !autoRotate.value
Expand Down

0 comments on commit 860d9c2

Please sign in to comment.