Skip to content

Commit e3f3016

Browse files
committed
1 parent a6ec901 commit e3f3016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ angular.module('zeppelinWebApp')
255255
$scope.runParagraph = function(data) {
256256
websocketMsgSrv.runParagraph($scope.paragraph.id, $scope.paragraph.title,
257257
data, $scope.paragraph.config, $scope.paragraph.settings.params);
258+
$scope.dirtyText = undefined;
258259
};
259260

260261
$scope.moveUp = function() {

0 commit comments

Comments
 (0)