-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Line 66 in 3d49010
| var SERVER_RENDERED = typeof navigator === 'undefined' || global['PREVENT_CODEMIRROR_RENDER'] === true; |
this line will cause error in browsers(no webpack bundled). would it be possible to change to:
(typeof global !== 'undefined' && global['PREVENT_CODEMIRROR_RENDER'] === true)Metadata
Metadata
Assignees
Labels
No labels