mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Hmm remove debugging
This commit is contained in:
parent
e09e1f16cd
commit
f896225707
1 changed files with 0 additions and 2 deletions
|
@ -89,13 +89,11 @@ function App() {
|
|||
onClose={(results) => {
|
||||
const { newStatus, fn = () => {} } = results || {};
|
||||
try {
|
||||
console.log('onClose', newStatus, fn);
|
||||
if (newStatus) {
|
||||
window.opener.__STATES__.reloadStatusPage++;
|
||||
}
|
||||
fn();
|
||||
setUIState('closed');
|
||||
window.close();
|
||||
} catch (e) {}
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue