Skip to content

Commit a663833

Browse files
author
Hao Xia
committed
Remove cell selection. Allow visually selecting table text.
1 parent 7bc85b5 commit a663833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,8 @@ angular.module('zeppelinWebApp')
12411241
manualRowResize: true,
12421242
editor: false,
12431243
fillHandle: false,
1244+
fragmentSelection: true,
1245+
disableVisualSelection: true,
12441246
cells: function (row, col, prop) {
12451247
var cellProperties = {};
12461248
cellProperties.renderer = function(instance, td, row, col, prop, value, cellProperties) {

0 commit comments

Comments
 (0)