We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407213c commit 4e48481Copy full SHA for 4e48481
src/runtime/internal/scheduler.ts
@@ -34,7 +34,6 @@ export function add_flush_callback(fn) {
34
const seen_callbacks = new Set();
35
let flushidx = 0; // Do *not* move this inside the flush() function
36
export function flush() {
37
-
38
const saved_component = current_component;
39
40
do {
0 commit comments