Update App.tsx

This commit is contained in:
zsviczian 2022-08-27 16:13:36 +02:00 committed by GitHub
parent 4426275184
commit b4750f4485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6167,6 +6167,9 @@ class App extends React.Component<AppProps, AppState> {
}
if (width === 0 || height === 0) {
if (cb) {
cb();
}
return;
}