Add undo/redo keys
This commit is contained in:
@@ -13,7 +13,7 @@ class EditorLabel extends EditorEntryBase {
|
||||
this.listen(this.input_, 'blur', (e) => this.onBlur(e));
|
||||
this.elem_.appendChild(this.input_);
|
||||
|
||||
this.lastSnapshotLabel_ = null;
|
||||
this.lastSnapshotLabel_ = '';
|
||||
}
|
||||
|
||||
afterDomAdd() {
|
||||
|
||||
Reference in New Issue
Block a user