frontend API addition to protect current note

This commit is contained in:
azivner
2019-01-01 15:39:13 +01:00
parent 6704b755d8
commit 66c639d5e3
3 changed files with 11 additions and 3 deletions

View File

@@ -184,5 +184,6 @@ export default {
protectSubtree,
ensureDialogIsClosed,
enterProtectedSession,
leaveProtectedSession
leaveProtectedSession,
protectNoteAndSendToServer
};