mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
suppot for total window height
This commit is contained in:
parent
8576954187
commit
81b3e2d857
@ -95,6 +95,12 @@ export default class Layout extends React.PureComponent {
|
||||
layoutType: layout,
|
||||
})
|
||||
},
|
||||
toggleTotalWindowHeight: (to) => {
|
||||
return this.layoutInterface.toggleRootContainerClassname(
|
||||
"total-window-height",
|
||||
to,
|
||||
)
|
||||
},
|
||||
toggleCenteredContent: (to) => {
|
||||
return this.layoutInterface.toggleRootContainerClassname(
|
||||
"centered-content",
|
||||
|
Loading…
x
Reference in New Issue
Block a user