add sortFragmentsOnSync option, makes it possible to avoid unwanted sorting in editing environments like slides.com

This commit is contained in:
Hakim El Hattab
2023-02-16 09:48:48 +07:00
parent ea6b7197c7
commit 7de6ccb65b
6 changed files with 11 additions and 5 deletions

View File

@@ -287,6 +287,10 @@ export default {
// Time before the cursor is hidden (in ms)
hideCursorTime: 5000,
// Should we automatmically sort and set indices for fragments
// at each sync? (See Reveal.sync)
sortFragmentsOnSync: true,
// Script dependencies to load
dependencies: [],