Skip to content

Commit

Permalink
#7204 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed May 22, 2018
1 parent 2d56642 commit c6c2847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/notebook/src/tree/Utils/DOMUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class DOMUtils {
display:"block",
position:"absolute"
});
let fakeEl = $('<div>', { id: 'beakerx-tree' });
let fakeEl = $('<div>', { id: 'beakerx-tree-widget' });
fakeEl.appendTo($('body'));
copyEl.appendTo(fakeEl);
let h = copyEl.outerHeight();
Expand Down

0 comments on commit c6c2847

Please sign in to comment.