UNPKG

@atlaskit/editor-plugin-user-intent

Version:

UserIntent plugin for @atlaskit/editor-core

12 lines 264 B
import { userIntentPluginKey } from '../pm-plugins/main'; export const setCurrentUserIntent = currentUserIntent => ({ tr }) => { tr.setMeta(userIntentPluginKey, { type: 'setCurrentUserIntent', data: { currentUserIntent } }); return tr; };