UNPKG

@atlaskit/editor-plugin-selection

Version:

Selection plugin for @atlaskit/editor-core

8 lines (7 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gapCursorPluginKey = void 0; var _state = require("@atlaskit/editor-prosemirror/state"); var gapCursorPluginKey = exports.gapCursorPluginKey = new _state.PluginKey('gapCursorPlugin');