Markdown now applies for note buffer

This commit is contained in:
2023-08-04 00:27:23 +02:00
parent e9de465358
commit 4372ee2d6b
2 changed files with 2 additions and 5 deletions

View File

@ -69,7 +69,6 @@ import { lintKeymap } from "@codemirror/lint";
export const editorSetup: Extension = (() => [
lineNumbers(),
javascript(),
highlightActiveLineGutter(),
highlightSpecialChars(),
history(),

View File

@ -510,10 +510,8 @@ export class Editor {
) {
this.flashBackground('#2d313d', 200)
const possible_selectors = [
'[id^="play-button-"]',
'[id^="pause-button-"]',
'[id^="clear-button-"]',
'[id^="stop-button-"]',
'[id^="play-button-"]', '[id^="pause-button-"]',
'[id^="clear-button-"]', '[id^="stop-button-"]',
];
let selector: number;
switch (button) {