We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfb1e7 commit 60e546fCopy full SHA for 60e546f
src/select/Select.ts
@@ -1454,12 +1454,6 @@ export class Select<T extends SelectOption> extends FormElement {
1454
<div
1455
class="remove-item"
1456
style="margin-top:1px"
1457
- @mousedown=${() => {
1458
- this.removingSelection = true;
1459
- }}
1460
- @mouseup=${() => {
1461
- this.removingSelection = false;
1462
1463
@click=${(evt: MouseEvent) => {
1464
evt.preventDefault();
1465
evt.stopPropagation();
@@ -1551,7 +1545,6 @@ export class Select<T extends SelectOption> extends FormElement {
1551
1545
: null
1552
1546
}
1553
1547
</temba-options>
1554
-
1555
1548
</temba-field>
1556
1549
`;
1557
1550
0 commit comments