Skip to content

Commit

Permalink
Fix lint: nextRepaint no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepayready committed Aug 26, 2024
1 parent 519623f commit e10512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/drive/visit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FetchMethod, FetchRequest } from "../../http/fetch_request"
import { getAnchor } from "../url"
import { PageSnapshot } from "./page_snapshot"
import { getHistoryMethodForAction, uuid, nextRepaint } from "../../util"
import { getHistoryMethodForAction, uuid } from "../../util"
import { StreamMessage } from "../streams/stream_message"
import { ViewTransitioner } from "./view_transitioner"

Expand Down

0 comments on commit e10512b

Please sign in to comment.