mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
FIX merge conflict
This commit is contained in:
parent
7fb28ecc5e
commit
7e12272a12
@ -1,14 +1,10 @@
|
||||
import { navigator, document } from 'global';
|
||||
import { PREVIEW_KEYDOWN } from '@storybook/core-events';
|
||||
|
||||
<<<<<<< HEAD:lib/api/src/modules/shortcuts.ts
|
||||
import { Module, API } from '../index';
|
||||
|
||||
import { shortcutMatchesShortcut, eventToShortcut } from '../lib/shortcut';
|
||||
=======
|
||||
import { shortcutMatchesShortcut, eventToShortcut } from '../libs/shortcut';
|
||||
import { focusableUIElements } from './layout';
|
||||
>>>>>>> next:lib/ui/src/core/shortcuts.js
|
||||
|
||||
export const isMacLike = () =>
|
||||
navigator && navigator.platform ? !!navigator.platform.match(/(Mac|iPhone|iPod|iPad)/i) : false;
|
||||
|
@ -1 +1 @@
|
||||
export const version = '5.1.0-alpha.5';
|
||||
export const version = '5.1.0-alpha.6';
|
||||
|
Loading…
x
Reference in New Issue
Block a user