File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/svelte/src/internal/client/dom/elements Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { create_event, delegate } from './events.js';
66import { add_form_reset_listener , autofocus } from './misc.js' ;
77import * as w from '../../warnings.js' ;
88import { LOADING_ATTR_SYMBOL } from '#client/constants' ;
9- import { queue_idle_task , queue_micro_task } from '../task.js' ;
9+ import { queue_idle_task } from '../task.js' ;
1010import { is_capture_event , is_delegated , normalize_attribute } from '../../../../utils.js' ;
1111import {
1212 active_effect ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { listen_to_event_and_reset_event } from './shared.js';
33import { is } from '../../../proxy.js' ;
44import { is_array } from '../../../../shared/utils.js' ;
55import * as w from '../../../warnings.js' ;
6- import { queue_micro_task } from '../../task.js' ;
76
87/**
98 * Selects the correct option(s) (depending on whether this is a multiple select)
You can’t perform that action at this time.
0 commit comments