UNPKG

@atlaskit/editor-plugin-synced-block

Version:

SyncedBlock plugin for @atlaskit/editor-core

12 lines (11 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flushSyncBlocks = exports.flushBodiedSyncBlocks = void 0; var flushBodiedSyncBlocks = exports.flushBodiedSyncBlocks = function flushBodiedSyncBlocks(syncBlockStore) { return syncBlockStore.sourceManager.flush(); }; var flushSyncBlocks = exports.flushSyncBlocks = function flushSyncBlocks(syncBlockStore) { return syncBlockStore.referenceManager.flush(); };