wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

The focus is now maintained when switching between visual and HTML modes. #767

Closed diegoreymendez closed 8 years ago

diegoreymendez commented 8 years ago

Fixes #765.

Known related issues (not introduced by this PR):

How to test:

  1. Launch the editor.
  2. Focus any field in visual mode.
  3. Switch to HTML mode, and make sure the correct field is still focused.
  4. Repeat.

/cc @bummytime

bummytime commented 8 years ago

@diegoreymendez you are a machine! :shipit:

diegoreymendez commented 8 years ago

@bummytime - Hahaha thanks! These are really small things, but I'm hoping they'll make a difference!