useStyle(style, ref)}
41 | class={classes.iconButtonItem}
42 | data-show={props.showTip}
43 | >
44 |
59 |
60 | {props.popper || props.tip ? (
61 |
65 | {props.popper || props.tip}
66 |
67 | ) : null}
68 |
69 | );
70 | };
71 |
--------------------------------------------------------------------------------
/src/components/Manga/actions/hotkeys.ts:
--------------------------------------------------------------------------------
1 | import { createSignal } from 'solid-js';
2 | import { createRootMemo } from 'helper';
3 |
4 | import { store } from '../store';
5 |
6 | export const [defaultHotkeys, setDefaultHotkeys] = createSignal<
7 | Record