mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[SSE] fix bug 70420
This commit is contained in:
@ -173,6 +173,10 @@ define([
|
||||
me.viewport.vlayout.getItem('toolbar').el.addClass('style-skip-docname');
|
||||
|
||||
me.header.btnSearch.on('toggle', me.onSearchToggle.bind(this));
|
||||
|
||||
$('#toolbar, #app-title').on('mousewheel', function (e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
},
|
||||
|
||||
onAppReady: function (config) {
|
||||
|
||||
Reference in New Issue
Block a user