Skip to content

Commit

Permalink
disable edit on db click md interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidhuseynov committed Dec 27, 2016
1 parent 6963aba commit 50e1472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@

$scope.$on('doubleClickParagraph', function(event, paragraphId) {
if ($scope.paragraph.id === paragraphId && $scope.paragraph.config.editorHide &&
$scope.paragraph.config.editorSetting.editOnDblClick) {
$scope.paragraph.config.editorSetting.editOnDblClick && $scope.revisionView !== true) {
var deferred = $q.defer();
openEditorAndCloseTable($scope.paragraph);
$timeout(
Expand Down

0 comments on commit 50e1472

Please sign in to comment.