perf: Do not render KeyboardShortcuts guide unless clicked

This commit is contained in:
Tom Moor
2023-08-18 19:00:59 +02:00
parent 1ec87da8a9
commit cc2a1865c5
2 changed files with 18 additions and 22 deletions

View File

@@ -442,6 +442,7 @@ const List = styled.dl`
overflow: hidden;
padding: 0;
margin: 0;
user-select: none;
`;
const Keys = styled.dt`