diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-15 16:32:56 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-15 16:32:56 -0700 |
commit | c8ca794c0504304e41b5d7b310939b54bbe96099 (patch) | |
tree | 2c41d178cf113006038afe40137848ea4f905279 /extension/react-app/src/components | |
parent | 89bc7de85fdf1c8a4bbc35c29ef92e7a1044110a (diff) | |
download | sncontinue-c8ca794c0504304e41b5d7b310939b54bbe96099.tar.gz sncontinue-c8ca794c0504304e41b5d7b310939b54bbe96099.tar.bz2 sncontinue-c8ca794c0504304e41b5d7b310939b54bbe96099.zip |
patch
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r-- | extension/react-app/src/components/TextDialog.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/TextDialog.tsx b/extension/react-app/src/components/TextDialog.tsx index c724697d..646d6846 100644 --- a/extension/react-app/src/components/TextDialog.tsx +++ b/extension/react-app/src/components/TextDialog.tsx @@ -2,6 +2,7 @@ import React, { useEffect, useState } from "react"; import styled from "styled-components"; import { Button, buttonColor, secondaryDark, vscBackground } from "."; +import { isMetaEquivalentKeyPressed } from "../util"; const ScreenCover = styled.div` position: absolute; |