From a17a919c37603d61fa6fe43229c285967a938722 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Tue, 25 Aug 2020 19:18:02 +0200 Subject: [PATCH] Remove unused SafeWebvuew.refreshNow property Change-type: patch --- lib/gui/app/components/safe-webview/safe-webview.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gui/app/components/safe-webview/safe-webview.tsx b/lib/gui/app/components/safe-webview/safe-webview.tsx index 961acc00..614ae11d 100644 --- a/lib/gui/app/components/safe-webview/safe-webview.tsx +++ b/lib/gui/app/components/safe-webview/safe-webview.tsx @@ -58,8 +58,6 @@ const API_VERSION = '2'; interface SafeWebviewProps { // The website source URL src: string; - // @summary Refresh the webview - refreshNow?: boolean; // Webview lifecycle event onWebviewShow?: (isWebviewShowing: boolean) => void; style?: React.CSSProperties;