|
@@ -274,7 +274,6 @@ class Editor extends Atomic.ScriptObject {
|
|
|
// event handling
|
|
// event handling
|
|
|
handleExitRequested(data) {
|
|
handleExitRequested(data) {
|
|
|
if (this.exitRequested) return;
|
|
if (this.exitRequested) return;
|
|
|
- this.sendEvent("IPCServerShutdown");
|
|
|
|
|
this.exitRequested = true;
|
|
this.exitRequested = true;
|
|
|
this.closeAllResourceEditors();
|
|
this.closeAllResourceEditors();
|
|
|
}
|
|
}
|