Skip to content

Commit

Permalink
deprecate LayoutBox, #1418
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 31, 2022
1 parent 48608f6 commit f36478a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/layout/nodes/LayoutBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ type SelfOptions = {
};
export type LayoutBoxOptions = SelfOptions & NodeOptions;

/**
* @deprecated use FlowBox
*/
export default class LayoutBox extends Node {

private _orientation: LayoutBoxOrientation = 'vertical';
Expand Down

0 comments on commit f36478a

Please sign in to comment.