all dialogs are now non-modal because of high cpu usage

pull/255/head
azivner 2018-06-16 13:31:56 +07:00
parent 3d2ef6be01
commit 3a95c9e1bc
1 changed files with 4 additions and 1 deletions

@ -39,7 +39,10 @@ function ensureProtectedSession(requireProtectedSession, modal) {
}
$dialog.dialog({
modal: modal,
// modal: modal,
// everything is now non-modal, because modal dialog caused weird high CPU usage on opening
// and tearing of text input
modal: false,
width: 400,
open: () => {
if (!modal) {