This commit is contained in:
the-djmaze 2024-01-30 19:16:53 +01:00
parent 9eb5646aec
commit a352ebff25
40 changed files with 102 additions and 46 deletions

View file

@ -270,6 +270,13 @@ class SquireUI
btn.classList.toggle('active', 'source' == this.mode);
}
}
},
clear: {
removeStyle: {
html: '⎚',
cmd: () => squire.setStyle()
}
}
},