@atlaskit/editor-plugin-media
Version:
Media plugin for @atlaskit/editor-core
9 lines (8 loc) • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.leftHandleOnlyLayouts = void 0;
// Layouts where the left handle is the only resize handle today.
// These must keep the left handle.
var leftHandleOnlyLayouts = exports.leftHandleOnlyLayouts = ['wrap-right', 'align-end'];