Skip to content

Commit

Permalink
Remove now-discouraged use of isInputPending
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jul 23, 2024
1 parent 63f7145 commit f763e73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/interactivity/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ export const init = async () => {
}

if ( ! hydratedIslands.has( node ) ) {
while ( window.navigator.scheduling?.isInputPending() ) {
await splitTask();
}
const fragment = getRegionRootFragment( node );
const vdom = toVdom( node );
await splitTask();
Expand Down

0 comments on commit f763e73

Please sign in to comment.