mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:06:10 +08:00
[PE] Fix Bug 35440
This commit is contained in:
@ -294,8 +294,13 @@ define([
|
||||
me.previewControls.css('display', 'none');
|
||||
me.$el.css('cursor', 'none');
|
||||
}, 3000);
|
||||
|
||||
});
|
||||
if (!me.previewControls.hasClass('over')) {
|
||||
me.timerMove = setTimeout(function () {
|
||||
me.previewControls.css('display', 'none');
|
||||
me.$el.css('cursor', 'none');
|
||||
}, 3000);
|
||||
}
|
||||
}, 1000);
|
||||
$('#viewport-vbox-layout').css('z-index','0');
|
||||
this.fireEvent('editcomplete', this);
|
||||
|
||||
Reference in New Issue
Block a user