UNPKG

@atlaskit/editor-plugin-context-panel

Version:

Context panel plugin for @atlaskit/editor-core

6 lines 162 B
import { pluginKey } from '../contextPanelPlugin'; export var applyChange = function applyChange(tr) { return tr.setMeta(pluginKey, { changed: true }); };