Browse Source

fix typo in custom_ui_selector.ms

[+] type loose -> lose
pull/666/head
r12s 8 years ago
parent
commit
600c7e5173
  1. 2
      _includes/configuration/custom-ui-selector.md

2
_includes/configuration/custom-ui-selector.md

@ -1,6 +1,6 @@
## custom_ui_selector
Use this option to specify elements that you want tinymce to treat as part of the editor ui this means that it won't loose the selection if focus is moved elements matching this selector. The editor blur event won't be fired if focus is moved to elements matching this selector since it's treated as part of the editor UI.
Use this option to specify elements that you want tinymce to treat as part of the editor ui this means that it won't lose the selection if focus is moved elements matching this selector. The editor blur event won't be fired if focus is moved to elements matching this selector since it's treated as part of the editor UI.
**Type:** `String`

Loading…
Cancel
Save