Skip to content

Commit

Permalink
fix: wysiwyg widget misplaced (close #79)
Browse files Browse the repository at this point in the history
Co-authored-by: Vnthf <vnthf1@naver.com>
  • Loading branch information
kyuwoo.choi and Vnthf committed Feb 9, 2018
1 parent 4b4b471 commit 2ff6bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/wysiwygEditor.js
Expand Up @@ -916,7 +916,7 @@ class WysiwygEditor {

$(node).css({
position: 'absolute',
top: pos.top - editorContainerPos.top,
top: pos.top - editorContainerPos.top + this.scrollTop(),
left: pos.left - editorContainerPos.left
});
}
Expand Down

0 comments on commit 2ff6bb5

Please sign in to comment.