mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Fix #5982 Behaviour of ctrl+r altered to support rotate on desktop, while the web version continue to use refresh as default.
4 lines
179 B
TypeScript
4 lines
179 B
TypeScript
// Default implementation for non-desktop environments (overridden in desktop)
|
|
export function useViewerKeyCommand(): (event: KeyboardEvent) => boolean {
|
|
return () => false;
|
|
} |