UNPKG

@wordpress/block-editor

Version:
26 lines (24 loc) 727 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.MultiSelectScrollIntoView = MultiSelectScrollIntoView; var _deprecated = _interopRequireDefault(require("@wordpress/deprecated")); /** * WordPress 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)('wp.blockEditor.MultiSelectScrollIntoView', { hint: 'This behaviour is now built-in.', since: '5.8' }); return null; } //# sourceMappingURL=index.js.map