UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

7 lines 201 B
import { pluginKey } from './plugin-key'; export const openHelpAction = tr => { return tr.setMeta(pluginKey, true); }; export const closeHelpAction = tr => { return tr.setMeta(pluginKey, false); };