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
There is already a postEditor API of insertSectionBefore, but it leaks some internals (the linked-list structure of the post's sections, e.g.) that make it cumbersome to use. Add an insertSection API that will insert the section at the correct spot.
The text was updated successfully, but these errors were encountered:
There is already a postEditor API of
insertSectionBefore
, but it leaks some internals (the linked-list structure of the post's sections, e.g.) that make it cumbersome to use. Add aninsertSection
API that will insert the section at the correct spot.The text was updated successfully, but these errors were encountered: