gd-bs 6.6.16 → 6.6.17

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.
@@ -101,7 +101,7 @@ var _Tooltip = /** @class */ (function (_super) {
101
101
  // Create the dropdown
102
102
  this._ddl = (0, dropdown_1.Dropdown)(ddlProps);
103
103
  // Update the element
104
- this.el = this._ddl.el;
104
+ this.el = this._ddl.el.querySelector("button");
105
105
  }
106
106
  else {
107
107
  // Default the toggle property for the button