1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Desktop: Undo changes introduced in #4303 (#4406)

This commit is contained in:
Caleb John
2021-02-06 09:01:06 -07:00
committed by GitHub
parent 11c8bf7e6e
commit 33e1214ef6
18 changed files with 82 additions and 117 deletions

View File

@ -131,6 +131,9 @@ const declarations: CommandDeclaration[] = [
{
name: 'editor.focus',
},
{
name: 'editor.execCommand',
},
];
export default declarations;