Skip to content

Commit

Permalink
Ensure proposedVisitOptions is always set
Browse files Browse the repository at this point in the history
  • Loading branch information
domchristie committed Sep 21, 2023
1 parent 3c3c8e3 commit 7a5dfd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/drive/navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { Visit } from "./visit"
import { PageSnapshot } from "./page_snapshot"

export class Navigator {
proposedVisitOptions = {}

constructor(delegate) {
this.delegate = delegate
}
Expand Down

0 comments on commit 7a5dfd6

Please sign in to comment.