Merge pull request #1372 from ONLYOFFICE/feature/fix-bug-reactjs
Feature/fix bug reactjs
This commit is contained in:
commit
07d626f6a1
|
@ -525,11 +525,11 @@ class MainController extends Component {
|
||||||
this.api.Resize();
|
this.api.Resize();
|
||||||
});
|
});
|
||||||
|
|
||||||
$$(window).on('popover:open popup:open sheet:open actions:open', () => {
|
$$(window).on('popover:open popup:open sheet:open actions:open dialog:open', () => {
|
||||||
this.api.asc_enableKeyEvents(false);
|
this.api.asc_enableKeyEvents(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
$$(window).on('popover:close popup:close sheet:close actions:close', () => {
|
$$(window).on('popover:close popup:close sheet:close actions:close dialog:close', () => {
|
||||||
this.api.asc_enableKeyEvents(true);
|
this.api.asc_enableKeyEvents(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -124,7 +124,7 @@
|
||||||
width: 88px;
|
width: 88px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
background-image: url('../../../../../../web-apps/apps/presentationeditor/mobile/dist/images/themes.png');
|
background-image: ~"url(@{app-image-path}/themes/themes.png)";
|
||||||
display: block;
|
display: block;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Loading…
Reference in a new issue