UNPKG

@atlaskit/editor-plugin-batch-attribute-updates

Version:

Provider a runtime tool to merge an array of SetAttrsStep and/or AttrsSteps into an unique BatchAttrsStep

9 lines 208 B
import { batchSteps } from './editor-actions/batch-steps-action'; export const batchAttributeUpdatesPlugin = () => { return { name: 'batchAttributeUpdates', actions: { batchSteps } }; };