mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix paragraph.js
This commit is contained in:
parent
8e2cd85379
commit
d7eb3b6bfa
1 changed files with 0 additions and 3 deletions
|
|
@ -1137,9 +1137,6 @@ function ParagraphCtrl($scope, $rootScope, $route, $window, $routeParams, $locat
|
|||
if ($scope.editor) {
|
||||
$scope.editor.setReadOnly($scope.isRunning(newPara));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
$scope.$on('runParagraphUsingSpell', function(event, data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue