Update App.tsx
This commit is contained in:
parent
4426275184
commit
b4750f4485
@ -6167,6 +6167,9 @@ class App extends React.Component<AppProps, AppState> {
|
||||
}
|
||||
|
||||
if (width === 0 || height === 0) {
|
||||
if (cb) {
|
||||
cb();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user