mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
Adds functionality of toggling Full Screen in Files Mode
This commit is contained in:
@@ -735,6 +735,9 @@ export default class App extends Component {
|
||||
}
|
||||
|
||||
layoutBtnClickHandler(layoutId) {
|
||||
if (layoutId === this.state.currentLayoutMode) {
|
||||
layoutId = 2;
|
||||
}
|
||||
this.saveSetting('layoutMode', layoutId);
|
||||
trackEvent('ui', 'toggleLayoutClick', layoutId);
|
||||
this.toggleLayout(layoutId);
|
||||
|
Reference in New Issue
Block a user