UNPKG

@atlaskit/editor-plugin-undo-redo

Version:

Undo redo plugin for @atlaskit/editor-core

9 lines 211 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import { pluginKey } from './plugin-key'; export const createPlugin = ({ dispatch }) => { return new SafePlugin({ key: pluginKey }); };