UNPKG

phaser3-rex-plugins

Version:
12 lines (10 loc) 259 B
// Do we need sync title width width other input rows? // ArrayTable element does not propagate title width export default { getMaxInputRowTitleWidth() { return 0; }, setInputRowTitleWidth(width) { return this; } }