Deactivate filter on esc key
This commit is contained in:
parent
f3a8b465ef
commit
e6a8cb8d7f
@ -110,6 +110,7 @@ export default class CellManager {
|
||||
|
||||
this.keyboard.on('esc', () => {
|
||||
this.deactivateEditing();
|
||||
this.columnmanager.toggleFilter(false);
|
||||
});
|
||||
|
||||
if (this.options.inlineFilters) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user