diff --git a/src/store/layout.js b/src/store/layout.js index 80823db1..dc352fd9 100644 --- a/src/store/layout.js +++ b/src/store/layout.js @@ -1,6 +1,6 @@ import pagedownButtons from '../data/pagedownButtons'; -let buttonCount = 0; +let buttonCount = 2; // 2 for undo/redo let spacerCount = 0; pagedownButtons.forEach((button) => { if (button.method) {