mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-13 03:35:01 +01:00
* add contentEditable=false to void block wrapper * put contentEditable fals on inline void fix from https://github.com/ianstormtaylor/slate/pull/1734 works for block but inline void have a cursor which shouldn’t be there as typing inside inline void won’t work. so only removing contentEditable on blocks but not inline * update test