mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Remove WithShortcut for now - it does not work
This commit is contained in:
parent
adfe6597a5
commit
70d74605fa
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<script context="module" lang="typescript">
|
<script context="module" lang="typescript">
|
||||||
import IconButton from "components/IconButton.svelte";
|
import IconButton from "components/IconButton.svelte";
|
||||||
import LabelButton from "components/LabelButton.svelte";
|
import LabelButton from "components/LabelButton.svelte";
|
||||||
import WithShortcut from "components/WithShortcut.svelte";
|
|
||||||
import WithContext from "components/WithContext.svelte";
|
import WithContext from "components/WithContext.svelte";
|
||||||
import WithState from "components/WithState.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 = {
|
export const components = {
|
||||||
IconButton,
|
IconButton,
|
||||||
LabelButton,
|
LabelButton,
|
||||||
WithShortcut,
|
|
||||||
WithContext,
|
WithContext,
|
||||||
WithState,
|
WithState,
|
||||||
contextKeys: { ...contextKeys, ...editorContextKeys },
|
contextKeys: { ...contextKeys, ...editorContextKeys },
|
||||||
|
|
Loading…
Reference in a new issue