feat: remove tag on backspace press

This commit is contained in:
Antonella Sgarlatta
2021-05-26 17:49:09 -03:00
parent d6f1cc3730
commit 69c9247cd9
3 changed files with 25 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
import { WebApplication } from '@/ui_models/application';
import { WebDirective } from './../../types';
import template from './editor-group-view.pug';
import { Editor } from '@/ui_models/editor';
@@ -15,7 +14,7 @@ class EditorGroupViewCtrl extends PureViewCtrl<unknown, {
super($timeout);
this.state = {
showMultipleSelectedNotes: false
}
};
}
$onInit() {