1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-27 18:00:24 +02:00

debounce messages from notes -> main window, fixes #3147

This commit is contained in:
hakimel
2022-03-09 10:25:30 +01:00
parent fc861fca50
commit 2a239aedca
8 changed files with 16 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ export default class Location {
// The minimum number of milliseconds that must pass between
// calls to history.replaceState
MAX_REPLACE_STATE_FREQUENCY = 250
MAX_REPLACE_STATE_FREQUENCY = 1000
constructor( Reveal ) {