mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Re-enable the toggle TC keyboard shortcut.
This commit is contained in:
parent
029ab8d2f1
commit
7b85661035
1 changed files with 2 additions and 6 deletions
|
@ -645,12 +645,8 @@ define [
|
|||
$scope.$apply () ->
|
||||
applyTrackChangesStateToClient(state)
|
||||
|
||||
# Not sure what the kbd shortcut should do now?
|
||||
# $scope.toggleTrackChangesFromKbdShortcut = () ->
|
||||
# if $scope.editor.wantTrackChanges
|
||||
# $scope.toggleTrackChanges false
|
||||
# else
|
||||
# $scope.toggleTrackChanges true
|
||||
$scope.toggleTrackChangesFromKbdShortcut = () ->
|
||||
$scope.toggleTrackChangesForUser !$scope.reviewPanel.trackChangesState[ide.$scope.user.id].value, ide.$scope.user.id
|
||||
|
||||
_inited = false
|
||||
ide.$scope.$on "project:joined", () ->
|
||||
|
|
Loading…
Reference in a new issue