From 6a71b23c74a42c45b1668d2820464be5bf2efbb3 Mon Sep 17 00:00:00 2001 From: jforbes Date: Mon, 4 Jan 2016 17:32:06 -0500 Subject: [PATCH] error display can be closed with error(null) therefore it should not be disposed on close --- src/js/error-display.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/error-display.js b/src/js/error-display.js index f97f1a4134..36cde55267 100644 --- a/src/js/error-display.js +++ b/src/js/error-display.js @@ -52,6 +52,7 @@ class ErrorDisplay extends ModalDialog { ErrorDisplay.prototype.options_ = mergeOptions(ModalDialog.prototype.options_, { fillAlways: true, + temporary: false, uncloseable: true });