Markdown now applies for note buffer
This commit is contained in:
@ -69,7 +69,6 @@ import { lintKeymap } from "@codemirror/lint";
|
||||
|
||||
export const editorSetup: Extension = (() => [
|
||||
lineNumbers(),
|
||||
javascript(),
|
||||
highlightActiveLineGutter(),
|
||||
highlightSpecialChars(),
|
||||
history(),
|
||||
|
||||
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user