mirror of https://github.com/status-im/codimd.git
Fixed checkCursorTag element not valid
This commit is contained in:
parent
880f6bcf02
commit
26c40dca2d
|
@ -1781,7 +1781,7 @@ function checkCursorTag(coord, ele) {
|
|||
buildMapInner();
|
||||
var left = coord.left;
|
||||
var top = lineHeightMap[cursor.line] * defaultTextHeight; //coord.top;
|
||||
top -= dropdown.closest('.CodeMirror-sizer > *').position().top;
|
||||
top -= ele.closest('.CodeMirror-sizer > *').position().top;
|
||||
var offsetLeft = -3;
|
||||
var offsetTop = defaultTextHeight;
|
||||
var statusBarHeight = 0;
|
||||
|
|
Loading…
Reference in New Issue