Skip to content

Commit

Permalink
Merge pull request #2891 from ONLYOFFICE/fix/bugfix
Browse files Browse the repository at this point in the history
Fix Bug 66980
  • Loading branch information
JuliaRadzhabova authored Mar 19, 2024
2 parents 0f05d18 + 2347703 commit e631641
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/common/main/lib/component/ComboDataView.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ define([
},

startCheckSize: function() {
if (!this.cmpEl || !this.cmpEl.is(':visible')) return;

var me = this;
me.checkSize();
if (!me._timer_id) {
Expand Down

0 comments on commit e631641

Please sign in to comment.