pull/16251/head
Rich Harris 3 months ago
parent 38d458a01b
commit 39b7f41671

@ -6,7 +6,7 @@ import { create_event, delegate } from './events.js';
import { add_form_reset_listener, autofocus } from './misc.js';
import * as w from '../../warnings.js';
import { LOADING_ATTR_SYMBOL } from '#client/constants';
import { queue_idle_task, queue_micro_task } from '../task.js';
import { queue_idle_task } from '../task.js';
import { is_capture_event, is_delegated, normalize_attribute } from '../../../../utils.js';
import {
active_effect,

@ -3,7 +3,6 @@ import { listen_to_event_and_reset_event } from './shared.js';
import { is } from '../../../proxy.js';
import { is_array } from '../../../../shared/utils.js';
import * as w from '../../../warnings.js';
import { queue_micro_task } from '../../task.js';
/**
* Selects the correct option(s) (depending on whether this is a multiple select)

Loading…
Cancel
Save