mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
add class .no-borders to the parent of .listview in modals
This commit is contained in:
@ -837,6 +837,8 @@ define([
|
||||
this.$window.show();
|
||||
}
|
||||
|
||||
this.$window.find('.listview').parent().addClass('no-borders');
|
||||
|
||||
$(document).on('keydown.' + this.cid, this.binding.keydown);
|
||||
if(this.initConfig.automove || this.initConfig.autoPosOnResize != 'none'){
|
||||
this.binding.windowresize = _.bind(_onResizeWindow, this);
|
||||
|
||||
Reference in New Issue
Block a user