Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
miii committed Jun 18, 2023
1 parent 804f8d6 commit 380bd3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ const refreshFrames = (initiator: HTMLElement, response: any, submitter?: HTMLEl
if (!frame)
return

// https://github.com/hotwired/turbo/blob/4593d06ce58d17af5b17495ad8524eaa9bc2f5d2/src/core/frames/frame_controller.ts#L265C13-L274
/**
* Mock default behavior of Turbo
* @see https://github.com/hotwired/turbo/blob/main/src/core/frames/frame_controller.ts#L268-L269
*/
frame.delegate.proposeVisitIfNavigatedWithAction(frame, initiator, submitter)
frame.delegate.loadResponse(response)
})
Expand Down

0 comments on commit 380bd3e

Please sign in to comment.