UNPKG

@gechiui/block-editor

Version:
28 lines (23 loc) 708 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.MultiSelectScrollIntoView = MultiSelectScrollIntoView; var _deprecated = _interopRequireDefault(require("@gechiui/deprecated")); /** * GeChiUI dependencies */ /** * Scrolls the multi block selection end into view if not in view already. This * is important to do after selection by keyboard. * * @deprecated */ function MultiSelectScrollIntoView() { (0, _deprecated.default)('gc.blockEditor.MultiSelectScrollIntoView', { hint: 'This behaviour is now built-in.' }); return null; } //# sourceMappingURL=index.js.map