UNPKG

@atlaskit/editor-plugin-synced-block

Version:

SyncedBlock plugin for @atlaskit/editor-core

6 lines 258 B
export var flushBodiedSyncBlocks = function flushBodiedSyncBlocks(syncBlockStore) { return syncBlockStore.sourceManager.flush(); }; export var flushSyncBlocks = function flushSyncBlocks(syncBlockStore) { return syncBlockStore.referenceManager.flush(); };