diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-25 15:14:56 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-25 15:14:56 -0700 |
commit | 3fa2220379f07b162b9c72d1e0d6c13e0d59b8d9 (patch) | |
tree | d6fe96dcacfd95976659bcb354bf57170a07cc1c /extension/react-app/src/tabs | |
parent | ff688d096f62e538f181b9b5ae84b1b0f930c3bf (diff) | |
download | sncontinue-3fa2220379f07b162b9c72d1e0d6c13e0d59b8d9.tar.gz sncontinue-3fa2220379f07b162b9c72d1e0d6c13e0d59b8d9.tar.bz2 sncontinue-3fa2220379f07b162b9c72d1e0d6c13e0d59b8d9.zip |
shipped function calling
Diffstat (limited to 'extension/react-app/src/tabs')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index 5001fe4b..4886bfad 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -491,8 +491,6 @@ function GUI(props: GUIProps) { <HeaderButtonWithText onClick={() => { client?.sendClear(); - // Reload the window to get completely fresh session - window.location.reload(); }} text="Clear All" > |