Skip to content

Commit 69420c9

Browse files
committed
#500 looking into context menu jumping around
1 parent 8ee4a6f commit 69420c9

File tree

4 files changed

+14857
-5149
lines changed

4 files changed

+14857
-5149
lines changed

src/cloudscribe.SimpleContent.Web/js/pagetree.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ $(function () {
5555
attachment: 'top left',
5656
targetAttachment: 'top right'
5757
});
58+
setTimeout(function () {
59+
tether.position();
60+
})
5861
if (node.childcount > 1) {
5962
pageTree.ui.sortLi.show();
6063
} else {

0 commit comments

Comments
 (0)