You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pasting only a list doesn't currently work (nothing happens) because postEditor#insertPost has different semantics for a post with a single section. It assumes the single section is a markupSection. It should be changed to handle different types of single-section posts.
* handle pasting an empty post
* Handle passing a non-markup section (list or card) to `insertPost`
* make insertPost replace empty sections when pasting
* Restrict tagNames to valid ones for markup section, list section, list item
fixes#196fixes#190
* handle pasting an empty post
* Handle passing a non-markup section (list or card) to `insertPost`
* make insertPost replace empty sections when pasting
* Restrict tagNames to valid ones for markup section, list section, list item
fixes#196fixes#190
Pasting only a list doesn't currently work (nothing happens) because
postEditor#insertPost
has different semantics for a post with a single section. It assumes the single section is a markupSection. It should be changed to handle different types of single-section posts.see also #188
The text was updated successfully, but these errors were encountered: