1
0
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:
Kushagra Gour
2018-11-05 15:41:03 +05:30
parent 1fc1d3a3f0
commit 507fb69bce
6 changed files with 46 additions and 7 deletions

View File

@@ -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 {};