remove commented out code

pull/10798/head
Rich Harris 2 years ago
parent 36feeb3ad4
commit dc18c5dfcb

@ -195,7 +195,6 @@ export function transition(flags, element, get_fn, get_params) {
if (now >= end_time) { if (now >= end_time) {
p = target; p = target;
tick?.(target, 1 - target); tick?.(target, 1 - target);
// dispatch(node, true, 'end'); TODO
current_task = current_options = null; current_task = current_options = null;
callbacks.forEach(run); callbacks.forEach(run);
dispatch_event(element, target === 1 ? 'introend' : 'outroend'); dispatch_event(element, target === 1 ? 'introend' : 'outroend');

Loading…
Cancel
Save