Note moving
This commit is contained in:
@@ -25,6 +25,12 @@ const api = {
|
||||
notifyNoteChanged: (event, data) => {
|
||||
ipcRenderer.send('note-changed', event, data)
|
||||
},
|
||||
moveOpened: () => {
|
||||
ipcRenderer.invoke('move-opened')
|
||||
},
|
||||
moveClosed: () => {
|
||||
ipcRenderer.invoke('move-closed')
|
||||
},
|
||||
}
|
||||
|
||||
// Implement adapter API - communicates with plugin adapter in main process
|
||||
|
||||
Reference in New Issue
Block a user