mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unused toggleRichText method
This commit is contained in:
parent
a8c6ac1367
commit
0f70d526d9
1 changed files with 0 additions and 3 deletions
|
@ -188,6 +188,3 @@ define [
|
|||
@$scope.editor.trackChanges = want
|
||||
else
|
||||
@_syncTimeout = setTimeout tryToggle, 100
|
||||
|
||||
toggleRichText: () ->
|
||||
@$scope.editor.richText = !@$scope.editor.richText
|
||||
|
|
Loading…
Reference in a new issue