mirror of https://github.com/sveltejs/svelte
fix: skip redundant batch.apply (#17816)
tiny fix — just realised we're calling `this.apply()` (via `this.activate()`) unnecessarily, since it will happen again immediately after in `flush_effects`pull/17820/head
parent
10380c2309
commit
16a13517ef
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: skip redundant batch.apply
|
||||||
Loading…
Reference in new issue