add help button to attachment list

This commit is contained in:
zadam
2023-07-14 21:59:43 +02:00
parent 30bcd1764a
commit 906082a6b2
5 changed files with 36 additions and 15 deletions

View File

@@ -110,7 +110,6 @@ export default class SwitchWidget extends NoteContextAwareWidget {
this.$switchOffButton.on('click', () => this.toggle(false));
this.$helpButton = this.$widget.find(".switch-help-button");
}
toggle(state) {