From 3a95c9e1bc4d608a2135c9412732c2c7fbb2834c Mon Sep 17 00:00:00 2001 From: azivner Date: Sat, 16 Jun 2018 13:31:56 -0400 Subject: [PATCH] all dialogs are now non-modal because of high cpu usage --- src/public/javascripts/services/protected_session.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/public/javascripts/services/protected_session.js b/src/public/javascripts/services/protected_session.js index 46c98a02b..4f14907db 100644 --- a/src/public/javascripts/services/protected_session.js +++ b/src/public/javascripts/services/protected_session.js @@ -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) {