Merge pull request #1671 from ONLYOFFICE/fix/bugfix

Fix Bug 56388
This commit is contained in:
Julia Radzhabova 2022-03-31 20:48:50 +03:00 committed by GitHub
commit c9517c709b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -457,6 +457,7 @@ define([
this.trigger('show:after', this, e);
this.flushVisibleFontsTiles();
this.updateVisibleFontsTiles(null, 0);
Common.Utils.isGecko && this.scroller && this.scroller.update();
} else {
Common.UI.ComboBox.prototype.onAfterShowMenu.apply(this, arguments);
}