Skip to content

Commit

Permalink
fix: fix enable editing on editor bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed May 17, 2021
1 parent 9aa9841 commit 68a0e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/editor/editor-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ng-mouseover="self.lockText = 'Enable editing'; self.showLockedIcon = false"
)
.sk-app-bar-item(
ng-click='self.toggleLockNote()'
ng-click='self.appState.notes.setLockSelectedNotes(!self.noteLocked)'
)
.sk-label.warning.flex.items-center
icon.flex(
Expand Down

0 comments on commit 68a0e1e

Please sign in to comment.