浏览代码

[https://github.com/tracim/tracim/issues/756] popup create workspace is now closable

Skylsmoi 6 年前
父节点
当前提交
a99e9d8577
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/dist/appInterface.js

+ 1 - 0
frontend/dist/appInterface.js 查看文件

@@ -76,6 +76,7 @@
76 76
   GLOBAL_eventReducer = ({detail: {type, data}}) => {
77 77
     switch (type) {
78 78
       case 'hide_popupCreateContent':
79
+      case 'hide_popupCreateWorkspace':
79 80
         console.log('%cGLOBAL_eventReducer Custom Event', 'color: #28a745', type, data)
80 81
         getSelectedApp(data.name).unmountApp('popupCreateContentContainer')
81 82
         break