Merge pull request #1372 from ONLYOFFICE/feature/fix-bug-reactjs

Feature/fix bug reactjs
This commit is contained in:
maxkadushkin 2021-12-01 20:08:23 +03:00 committed by GitHub
commit 07d626f6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -525,11 +525,11 @@ class MainController extends Component {
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);
});
$$(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);
});

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -124,7 +124,7 @@
width: 88px;
height: 40px;
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;
background-repeat: no-repeat;
background-size: cover;