fix: Horizontal scrollbar breaks selection
This commit is contained in:
parent
623f6823a4
commit
06e21af2f4
2 changed files with 3 additions and 4 deletions
|
|
@ -62,7 +62,8 @@ ace.VirtualRenderer = function(container) {
|
|||
};
|
||||
|
||||
this.getMouseEventTarget = function() {
|
||||
return this.scroller;
|
||||
// return top most layer
|
||||
return this.cursorLayer.element;
|
||||
};
|
||||
|
||||
this.getFirstVisibleRow = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue