fix cli resizing in ff
This commit is contained in:
parent
f65b2d30fc
commit
6e2e81d8b5
1 changed files with 3 additions and 0 deletions
|
|
@ -347,6 +347,9 @@ exports.launch = function(env) {
|
|||
window.onresize = onResize;
|
||||
onResize();
|
||||
|
||||
// Call resize on the cli explizit. This is necessary for Firefox.
|
||||
env.cli.cliView.resizer()
|
||||
|
||||
event.addListener(container, "dragover", function(e) {
|
||||
return event.preventDefault(e);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue