Remove Common/Enums Magics.*

This commit is contained in:
djmaze 2020-08-13 22:58:41 +02:00
parent 382aef7ebb
commit 6541a1de7c
38 changed files with 135 additions and 219 deletions

View file

@ -1,7 +1,7 @@
import ko from 'ko';
import { pString } from 'Common/Utils';
import { KeyState, Magics } from 'Common/Enums';
import { KeyState } from 'Common/Enums';
import { popup, command } from 'Knoin/Knoin';
import { AbstractViewNext } from 'Knoin/AbstractViewNext';
@ -65,7 +65,7 @@ class MessageOpenPgpPopupView extends AbstractViewNext {
this.cancelCommand();
this.resultCallback(privateKey);
}, Magics.Time100ms);
}, 100);
}
clearPopup() {