We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2830289 commit c2a2410Copy full SHA for c2a2410
client/modules/IDE/components/Editor/index.jsx
@@ -78,7 +78,7 @@ import showRenameDialog from '../../../../utils/showRenameDialog';
78
import handleRename from '../../../../utils/rename-variable';
79
import { jumpToDefinition } from '../../../../utils/jump-to-definition';
80
import { ensureAriaLiveRegion } from '../../../../utils/ScreenReaderHelper';
81
-import isMac from '../../../../utils/device';
+import { isMac } from '../../../../utils/device';
82
83
emmet(CodeMirror);
84
0 commit comments