mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Fix number overlay hotkeys conflict with screenshot in macos (#222)
This commit is contained in:
@@ -228,7 +228,7 @@ function BlockNum({ blockId }: { blockId: string }) {
|
||||
}
|
||||
|
||||
const BlockMask = ({ blockId, preview, isFocused }: { blockId: string; preview: boolean; isFocused: boolean }) => {
|
||||
const isLayoutMode = jotai.useAtomValue(atoms.cmdShiftDelayAtom);
|
||||
const isLayoutMode = jotai.useAtomValue(atoms.controlShiftDelayAtom);
|
||||
const [blockData] = WOS.useWaveObjectValue<Block>(WOS.makeORef("block", blockId));
|
||||
|
||||
const style: React.CSSProperties = {};
|
||||
|
||||
Reference in New Issue
Block a user