Merge pull request #226 from ONLYOFFICE/feature/de-settings

[SSE] Fix styles resize of filter window
This commit is contained in:
Julia Radzhabova
2019-08-13 16:33:47 +03:00
committed by GitHub

View File

@ -534,6 +534,7 @@ define([
var $border = this.$window.find('.resize-border');
this.$window.find('.resize-border.left, .resize-border.top').css({'cursor': 'default'});
$border.css({'background': 'none', 'border': 'none'});
$border.removeClass('left');
$border.removeClass('top');