mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 11:00:47 +02:00
Fix #5982 Behaviour of ctrl+r altered to support rotate on desktop, while the web version continue to use refresh as default.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Default implementation for non-desktop environments (overridden in desktop)
|
||||
export function useViewerKeyCommand(): (event: KeyboardEvent) => boolean {
|
||||
return () => false;
|
||||
}
|
||||
Reference in New Issue
Block a user