Skip to content

Commit

Permalink
GRID-115: Additional fix on v0.1 to ignore 1st click on double-click
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Eiten committed Jan 28, 2016
1 parent 3785b2d commit a24235c
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 75 deletions.
1 change: 1 addition & 0 deletions examples/bclys/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@

function setSelectionPropFromCheckbox(ctrl) {
jsonGrid.getSelectionModel().clear();
jsonGrid.getBehavior().getDataModel().getComponent().clearRecentlySelectedData();
setPropFromCheckbox(ctrl);
jsonGrid.repaint();
}
Expand Down
191 changes: 124 additions & 67 deletions examples/bclys/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit a24235c

Please sign in to comment.