Fixed filename auto width in navigation bar
This commit is contained in:
parent
088a032f64
commit
89880ed1a4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user