sproutcore / rich-text-editor

A rich text editor for SproutCore.
Other
6 stars 6 forks source link

Editor should not accept first respondership if disabled #25

Closed jameschao closed 9 years ago

jameschao commented 9 years ago

Even though SC.WYSIWYGEditorView can be enabled and disabled (and its contentEditable is updated accordingly), it still accepts first respondership even when it is disabled.

This branch fixes this problem so that it does not accept first respondership if it is disabled.

publickeating commented 9 years ago

Love it!