Fixes in VERP server. The VERP server now seems to work fine.
This commit is contained in:
parent
8a38133ffc
commit
a769bfb567
7 changed files with 1191 additions and 652 deletions
|
@ -60,6 +60,7 @@ export class CKEditorHost extends Component {
|
|||
onWindowResize() {
|
||||
if (this.state.fullscreen) {
|
||||
const newHeight = window.innerHeight - navbarHeight;
|
||||
// noinspection JSIgnoredPromiseFromCall
|
||||
this.contentNode.ask('setHeight', newHeight);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue