mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 17:50:09 +02:00
fix onboarding and make mobile <600px
This commit is contained in:
@@ -528,7 +528,7 @@ export default class App extends Component {
|
||||
}
|
||||
toggleLayout(mode) {
|
||||
/* eslint-disable no-param-reassign */
|
||||
mode = window.innerWidth < 500 ? 2 : mode;
|
||||
mode = window.innerWidth < 600 ? 2 : mode;
|
||||
|
||||
if (this.state.currentLayoutMode === mode) {
|
||||
this.contentWrap.resetSplitting();
|
||||
|
Reference in New Issue
Block a user