-
-
+
+
@@ -88,18 +89,7 @@ function Editor({ onInit, theme }: EditorProps) {
-
-
{
- setIsModalOpen(true)
- }}
- />
-
-
+
@@ -111,12 +101,18 @@ function MenuComponent() {
const menuItemChanged = (name) => {
dispatch(selectTool(name))
+ if (modalComponentList[name]) {
+ dispatch(openModal(name))
+ }
}
return (
S
@@ -433,7 +449,7 @@ Object {
Polymer Editor
@@ -445,22 +461,6 @@ Object {
EPAM
-
-
-