Skip to content

Commit

Permalink
fix: make WebViewScrollViewOptions public
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Sep 23, 2023
1 parent 4de17e0 commit 428222c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Peregrine/WebViewOptions.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
internal struct WebViewScrollViewOptions {
var bounces = false
public struct WebViewScrollViewOptions {
public var bounces = false
}

public struct WebViewOptions {
Expand Down

0 comments on commit 428222c

Please sign in to comment.