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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "6.6.16",
3
+ "version": "6.6.17",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -80,7 +80,7 @@ class _Tooltip extends Base<ITooltipProps> {
80
80
  this._ddl = Dropdown(ddlProps);
81
81
 
82
82
  // Update the element
83
- this.el = this._ddl.el;
83
+ this.el = this._ddl.el.querySelector("button");
84
84
  } else {
85
85
  // Default the toggle property for the button
86
86
  let btnProps = this.props.btnProps || {};