Skip to content

Commit

Permalink
Update Leaflet.Sleep.js
Browse files Browse the repository at this point in the history
Allow hover to wake
  • Loading branch information
ewlarson committed Apr 17, 2024
1 parent fc68e53 commit c1f29da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ L.Map.mergeOptions({
wakeTime: 750,
wakeMessageTouch: 'Touch to Wake',
sleepNote: true,
hoverToWake: false,
hoverToWake: true,
sleepOpacity:1,
sleepButton: L.Control.sleepMapControl
});
Expand Down

0 comments on commit c1f29da

Please sign in to comment.