mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
debounce messages from notes -> main window, fixes #3147
This commit is contained in:
parent
fc861fca50
commit
2a239aedca
8 changed files with 16 additions and 8 deletions
|
|
@ -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 ) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue