mirror of
https://github.com/outline/outline.git
synced 2026-05-02 15:39:36 -05:00
fc7c485ba9
Fixed cmd+enter shortcut to publish doc Fixed keyboard shortcut display on non-mac Fixed heading alignment Fixed documents smaller than page should not scroll
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
// @flow
|
|
|
|
export const meta = window.navigator.platform === 'MacIntel' ? '⌘' : 'Ctrl';
|