aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Nesswit <rishubil@gmail.com>2023-09-13 02:17:47 +0900
committerLibravatar GitHub <noreply@github.com>2023-09-12 19:17:47 +0200
commit31adad09a85905100082e66cbb28bee9248550d6 (patch)
tree43602b11a98f1caa5d91cbe35ed17b4497f9ae0d /src
parentfeat(i18n): new Crowdin updates (#1353) (diff)
downloadferdium-app-31adad09a85905100082e66cbb28bee9248550d6.tar.gz
ferdium-app-31adad09a85905100082e66cbb28bee9248550d6.tar.zst
ferdium-app-31adad09a85905100082e66cbb28bee9248550d6.zip
fix: opening links in Ferdium Todos (#1356)
Add allowpopups prop to TodosWebview
Diffstat (limited to 'src')
-rw-r--r--src/features/todos/components/TodosWebview.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/todos/components/TodosWebview.tsx b/src/features/todos/components/TodosWebview.tsx
index 7b1b17e64..1ccfa3cdd 100644
--- a/src/features/todos/components/TodosWebview.tsx
+++ b/src/features/todos/components/TodosWebview.tsx
@@ -209,6 +209,7 @@ class TodosWebview extends Component<IProps, IState> {
209 }} 209 }}
210 useragent={userAgent} 210 useragent={userAgent}
211 src={todoUrl} 211 src={todoUrl}
212 allowpopups
212 /> 213 />
213 )} 214 )}
214 </div> 215 </div>