Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: make meta+A behaviour of selecting all blocks work on safari and…
… firefox. On safari and firefox isEntirelySelected( target ) called right after meta+A event is fired without releasing the meta key in the middle returns false but content gets selected anyway. If the target is editable it is safe to assume TinyMCE will make sure all content gets selected so in this cases we set the value to true without calling isEntirelySelected.
- Loading branch information