mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
Show preview dimension when resizing the main split. fixes #317
This commit is contained in:
@@ -255,7 +255,7 @@ export default class App extends Component {
|
||||
}
|
||||
|
||||
getLanguageDefinition() {
|
||||
console.log('🇯🇲 fetching defninition');
|
||||
// console.log('🇯🇲 fetching defninition');
|
||||
const { lang } = this.state.prefs;
|
||||
if (!lang || lang === 'en') {
|
||||
return {};
|
||||
|
Reference in New Issue
Block a user