mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix style
This commit is contained in:
parent
865c0a6c8c
commit
77afdbac15
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ function ParagraphCtrl ($scope, $rootScope, $route, $window, $routeParams, $loca
|
|||
|
||||
const isTabCompletion = function() {
|
||||
const completionKey = $scope.paragraph.config.editorSetting.completionKey
|
||||
return completionKey == 'TAB'
|
||||
return completionKey === 'TAB'
|
||||
}
|
||||
|
||||
$scope.$on('updateParagraphOutput', function (event, data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue