Cleanup user-select

This commit is contained in:
djmaze 2021-12-28 14:48:20 +01:00
parent 997dc87305
commit 2a01d8c991
19 changed files with 8 additions and 23 deletions

View file

@ -16,7 +16,6 @@ import { FilterPopupView } from 'View/Popup/Filter';
class SieveScriptPopupView extends AbstractViewPopup {
constructor() {
super('SieveScript');
this.viewNoUserSelect = true;
addObservablesTo(this, {
saveError: false,