Skip to content

Commit

Permalink
simplify close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Oct 18, 2024
1 parent 538956e commit fa69ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/view/webview/webview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ const WebView = memo(({ model, onFailLoad }: WebViewProps) => {
preload={getWebviewPreloadUrl()}
// @ts-ignore This is a discrepancy between the React typing and the Chromium impl for webviewTag. Chrome webviewTag expects a string, while React expects a boolean.
allowpopups="true"
></webview>
/>
{errorText && (
<div className="webview-error">
<div>{errorText}</div>
Expand Down

0 comments on commit fa69ccf

Please sign in to comment.