UNPKG

@atlaskit/editor-plugin-synced-block

Version:

SyncedBlock plugin for @atlaskit/editor-core

6 lines 210 B
export const flushBodiedSyncBlocks = syncBlockStore => { return syncBlockStore.sourceManager.flush(); }; export const flushSyncBlocks = syncBlockStore => { return syncBlockStore.referenceManager.flush(); };