We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c9bf1a + a4eaab9 commit b0ee173Copy full SHA for b0ee173
srcapi/elements/ToolButtonElement.ts
@@ -24,7 +24,7 @@ import {css, html, TemplateResult} from 'lit';
24
import {state, property, customElement} from 'lit/decorators.js';
25
import {Subscription} from 'rxjs';
26
import panels from 'gmfapi/store/panels';
27
-import $ from 'jquery';
+import 'jquery';
28
import 'bootstrap/js/src/tooltip';
29
30
/**
0 commit comments