fix(iframe): disable scrolling not working (#4017)

This commit is contained in:
Meier Lukas
2025-09-08 16:09:12 +02:00
committed by GitHub
parent ecf1bd98b7
commit 7ac2a81f94
3 changed files with 5 additions and 6 deletions

View File

@@ -98,7 +98,6 @@ const optionMapping: OptionMapping = {
allowMicrophone: (oldOptions) => oldOptions.allowMicrophone,
allowGeolocation: (oldOptions) => oldOptions.allowGeolocation,
allowScrolling: (oldOptions) => oldOptions.allowScrolling,
allowTransparency: (oldOptions) => oldOptions.allowTransparency,
},
video: {
feedUrl: (oldOptions) => oldOptions.FeedUrl,