chore: Cleanup editor menu handlers (#5174

* wip

* wip

* refactor
This commit is contained in:
Tom Moor
2023-04-10 18:50:21 -04:00
committed by GitHub
parent 70f3a998a4
commit 60dbad765a
15 changed files with 502 additions and 572 deletions

View File

@@ -17,7 +17,7 @@ function isDropboxPaper(html: string): boolean {
export default class PasteHandler extends Extension {
get name() {
return "markdown-paste";
return "paste-handler";
}
get plugins() {