Fix selecting styling
Template tests / tests (push) Failing after 40s

Also moved license
This commit is contained in:
Iisyourdad
2026-06-11 10:31:16 -05:00
parent 85a34d6ab5
commit 333aa296c3
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ class StepForgeApp {
type: 'button',
className: this.state.selectMode ? 'primary' : '',
onClick: () => this.toggleSelectMode(),
}, this.state.selectMode ? 'Done selecting' : 'Select') : null,
}, this.state.selectMode ? 'Selecting' : 'Select') : null,
),
el('div.row', { style: { justifyContent: 'space-between', marginBottom: '14px' } },
el('div', {},