Progress on undo/redo

This commit is contained in:
Devine Lu Linvega
2018-01-31 22:10:48 +13:00
parent 1e0659ce90
commit 698644c3a7
4 changed files with 97 additions and 22 deletions
+2
View File
@@ -33,6 +33,8 @@ app.on('ready', () =>
app.win.loadURL(`file://${__dirname}/sources/index.html`);
app.win.toggleDevTools();
app.win.on('closed', () => {
win = null
app.quit()