Skip to content

Commit

Permalink
lock grid selection too
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily2point0 committed May 9, 2017
1 parent f1155ed commit 667e356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/oCrossword.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ OCrossword.prototype.assemble = function assemble() {

if(e.target.nodeName === 'TD' || e.target.nodeName === 'INPUT') {
target = e.target;
blockHighlight = true;
} else {
const defEl = (e.target.nodeName === 'SPAN')?e.target.parentElement:e.target;

Expand Down

0 comments on commit 667e356

Please sign in to comment.