UNPKG

@atlaskit/editor-plugin-synced-block

Version:

SyncedBlock plugin for @atlaskit/editor-core

9 lines 343 B
export const flushBodiedSyncBlocks = syncBlockStore => { return syncBlockStore.sourceManager.flush(); }; export const flushSyncBlocks = syncBlockStore => { return syncBlockStore.referenceManager.flush(); }; export const discardUnpublishedSyncBlocks = syncBlockStore => { return syncBlockStore.sourceManager.discardUnpublishedBlocks(); };