mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
fix: fix misspelled colorButton as editorEscape
This commit is contained in:
parent
e3e9b72e9d
commit
21b4f95914
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export class SettingTab extends PluginSettingTab {
|
|||
.setDesc("Display button after highlight opening delimiter, used to open a color menu for quick customizing by clicking on it.")
|
||||
.addToggle((toggle) => {
|
||||
toggle.setValue(settings.editorEscape);
|
||||
toggle.onChange((val) => { settings.editorEscape = val; this.plugin.saveSettings() });
|
||||
toggle.onChange((val) => { settings.colorButton = val; this.plugin.saveSettings() });
|
||||
});
|
||||
new Setting(containerEl)
|
||||
.setDesc("You must restart the app to take the effect.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue