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.
1 parent 72b1fc6 commit 5bf87acCopy full SHA for 5bf87ac
src/lib/actions/handle_dropdown.ts
@@ -253,7 +253,6 @@ export function toggleDropdown(
253
event.stopPropagation();
254
255
// Save the last trigger element for position calculations.
256
- // lastTriggerElement = event.currentTarget as HTMLElement;
257
dropdownContext.lastTriggerElement = event.currentTarget as HTMLElement;
258
259
if (options.getPosition) {
0 commit comments