Copyright © 2022-2024 SIL International
{formatReplacementString(versionLabelFormat, PackageInfo)}
diff --git a/src/shared/models/web-view.model.ts b/src/shared/models/web-view.model.ts index d47b3af435..4f7da4fa2f 100644 --- a/src/shared/models/web-view.model.ts +++ b/src/shared/models/web-view.model.ts @@ -146,7 +146,7 @@ type WebViewDefinitionBase = { /** * Whether to allow this iframe to open separate windows with window.open and anchor tags with * `target="_blank"`. Setting this to true adds `allow-popups` to the WebView iframe's [sandbox - * attribute] (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox). Defaults + * attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox). Defaults * to `false` */ allowPopups?: boolean;