fix: fix enable editing on editor bar
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
ng-mouseover="self.lockText = 'Enable editing'; self.showLockedIcon = false"
|
ng-mouseover="self.lockText = 'Enable editing'; self.showLockedIcon = false"
|
||||||
)
|
)
|
||||||
.sk-app-bar-item(
|
.sk-app-bar-item(
|
||||||
ng-click='self.toggleLockNote()'
|
ng-click='self.appState.notes.setLockSelectedNotes(!self.noteLocked)'
|
||||||
)
|
)
|
||||||
.sk-label.warning.flex.items-center
|
.sk-label.warning.flex.items-center
|
||||||
icon.flex(
|
icon.flex(
|
||||||
|
|||||||
Reference in New Issue
Block a user