add class .no-borders to the parent of .listview in modals

This commit is contained in:
Polina
2026-02-06 13:54:28 +03:00
parent 4d74f1fc6e
commit 50d5146009

View File

@ -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);