fix #916
This commit is contained in:
@@ -304,6 +304,8 @@ public class DecoratorController {
|
|||||||
dialog.setDialogContainer(decorator.getDrawerWrapper());
|
dialog.setDialogContainer(decorator.getDrawerWrapper());
|
||||||
dialog.setOverlayClose(false);
|
dialog.setOverlayClose(false);
|
||||||
dialog.show();
|
dialog.show();
|
||||||
|
|
||||||
|
navigator.setDisable(true);
|
||||||
}
|
}
|
||||||
dialogPane.push(node);
|
dialogPane.push(node);
|
||||||
|
|
||||||
@@ -343,6 +345,8 @@ public class DecoratorController {
|
|||||||
dialog.close();
|
dialog.close();
|
||||||
dialog = null;
|
dialog = null;
|
||||||
dialogPane = null;
|
dialogPane = null;
|
||||||
|
|
||||||
|
navigator.setDisable(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user