We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b9215 commit c0d2897Copy full SHA for c0d2897
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewDataModelDialog.java
@@ -96,7 +96,7 @@ public NewDataModelDialog(
96
this.properties = new ArrayList<>();
97
98
setContentPane(contentPanel);
99
- setModal(true);
+ setModal(false);
100
setTitle(NewDataModelAction.ACTION_DESCRIPTION);
101
getRootPane().setDefaultButton(buttonOK);
102
0 commit comments