We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba6cfa commit 2b1f62aCopy full SHA for 2b1f62a
src/firefly/js/core/ComponentCntlr.js
@@ -38,6 +38,7 @@ export function dispatchShowDialog(dialogId,ownerId=undefined) {
38
}
39
40
export function dispatchHideDialog(dialogId) {
41
+ if (!isDialogVisible(dialogId)) return;
42
flux.process({type: HIDE_DIALOG, payload: {dialogId}});
43
44
0 commit comments