1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 09:40:10 +02:00

bump to 4.2.0

This commit is contained in:
RuntimeTerror10
2022-02-20 16:01:43 +05:30
parent 736219297c
commit f4e4565f3b
3 changed files with 3 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '4.0.3';
const version = '4.2.0';
// Read forced settings as query parameters
window.forcedSettings = {};
@@ -1779,7 +1779,6 @@ export default class App extends Component {
<CommandPalette
show={this.state.isCommandPaletteOpen}
closeHandler={() => this.setState({ isCommandPaletteOpen: false })}
files={linearizeFiles(this.state.currentItem.files || [])}
isCommandMode={this.state.isCommandPaletteInCommandMode}
closeHandler={() => this.setState({ isCommandPaletteOpen: false })}