gd-bs 6.7.5 → 6.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -339,7 +339,7 @@ var _FloatingUI = /** @class */ (function () {
339
339
  /**
340
340
  * Public Methods
341
341
  */
342
- _FloatingUI.prototype.setContent = function (el) { this._elContent = el; };
342
+ _FloatingUI.prototype.setContent = function (el) { this._elContent = el; this.refresh(); };
343
343
  // Hides the content
344
344
  _FloatingUI.prototype.hide = function () {
345
345
  // Remove it from the document