Markdown now applies for note buffer
This commit is contained in:
@ -69,7 +69,6 @@ import { lintKeymap } from "@codemirror/lint";
|
|||||||
|
|
||||||
export const editorSetup: Extension = (() => [
|
export const editorSetup: Extension = (() => [
|
||||||
lineNumbers(),
|
lineNumbers(),
|
||||||
javascript(),
|
|
||||||
highlightActiveLineGutter(),
|
highlightActiveLineGutter(),
|
||||||
highlightSpecialChars(),
|
highlightSpecialChars(),
|
||||||
history(),
|
history(),
|
||||||
|
|||||||
@ -510,10 +510,8 @@ export class Editor {
|
|||||||
) {
|
) {
|
||||||
this.flashBackground('#2d313d', 200)
|
this.flashBackground('#2d313d', 200)
|
||||||
const possible_selectors = [
|
const possible_selectors = [
|
||||||
'[id^="play-button-"]',
|
'[id^="play-button-"]', '[id^="pause-button-"]',
|
||||||
'[id^="pause-button-"]',
|
'[id^="clear-button-"]', '[id^="stop-button-"]',
|
||||||
'[id^="clear-button-"]',
|
|
||||||
'[id^="stop-button-"]',
|
|
||||||
];
|
];
|
||||||
let selector: number;
|
let selector: number;
|
||||||
switch (button) {
|
switch (button) {
|
||||||
|
|||||||
Reference in New Issue
Block a user