Skip to content

Commit 60e546f

Browse files
committed
Remove unused property
1 parent 8bfb1e7 commit 60e546f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: src/select/Select.ts

-7
Original file line numberDiff line numberDiff line change
@@ -1454,12 +1454,6 @@ export class Select<T extends SelectOption> extends FormElement {
14541454
<div
14551455
class="remove-item"
14561456
style="margin-top:1px"
1457-
@mousedown=${() => {
1458-
this.removingSelection = true;
1459-
}}
1460-
@mouseup=${() => {
1461-
this.removingSelection = false;
1462-
}}
14631457
@click=${(evt: MouseEvent) => {
14641458
evt.preventDefault();
14651459
evt.stopPropagation();
@@ -1551,7 +1545,6 @@ export class Select<T extends SelectOption> extends FormElement {
15511545
: null
15521546
}
15531547
</temba-options>
1554-
15551548
</temba-field>
15561549
`;
15571550
}

0 commit comments

Comments
 (0)