mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update paragraph.controller.js
remove comments for timer saver
This commit is contained in:
parent
3612f563d5
commit
99082273ff
1 changed files with 0 additions and 2 deletions
|
|
@ -599,8 +599,6 @@ function ParagraphCtrl($scope, $rootScope, $route, $window, $routeParams, $locat
|
|||
var session = editor.getSession();
|
||||
var dirtyText = session.getValue();
|
||||
$scope.dirtyText = dirtyText;
|
||||
//the saveTimer is not be invoked with this statement correctly
|
||||
//$scope.$broadcast('startSaveTimer');
|
||||
$scope.startSaveTimer();
|
||||
setParagraphMode(session, dirtyText, editor.getCursorPosition());
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue