Remove WithShortcut for now - it does not work
This commit is contained in:
parent
adfe6597a5
commit
70d74605fa
@ -5,7 +5,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
<script context="module" lang="typescript">
|
||||
import IconButton from "components/IconButton.svelte";
|
||||
import LabelButton from "components/LabelButton.svelte";
|
||||
import WithShortcut from "components/WithShortcut.svelte";
|
||||
import WithContext from "components/WithContext.svelte";
|
||||
import WithState from "components/WithState.svelte";
|
||||
|
||||
@ -15,7 +14,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
export const components = {
|
||||
IconButton,
|
||||
LabelButton,
|
||||
WithShortcut,
|
||||
WithContext,
|
||||
WithState,
|
||||
contextKeys: { ...contextKeys, ...editorContextKeys },
|
||||
|
Loading…
Reference in New Issue
Block a user