nhn / toast-ui.react-editor

This repository is DEPRECATED! GO TO 👉 https://github.com/nhn/tui.editor/tree/master/apps/react-editor
MIT License
45 stars 12 forks source link

Cannot write into markdown editor #12

Closed wintercounter closed 5 years ago

wintercounter commented 5 years ago

Version

1.0.0

Test Environment

React latest

Current Behavior

Cannot write into markdown editor. I used the plain example provided. I cannot type unless a select something and overwrite that. After that I can only press Enter, but other keys working. WYSIWYG mode is working just fine.

Expected Behavior

Able to write.

wintercounter commented 5 years ago

Quickly found the issue. We're using * {font-size: 0} to reset all white-spaces. Seems like it's causing issues for CodeMirror.