Compare commits
1 commit
09e377b9d2
...
0aa83f7a86
Author | SHA1 | Date | |
---|---|---|---|
0aa83f7a86 |
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { Minimize, Minus, X } from "lucide-preact";
|
import { Minimize, Minus, X } from "lucide-preact";
|
||||||
|
|
||||||
const close = () => {
|
const close = () => {
|
||||||
window.close();
|
window.self.close();
|
||||||
window.history.back();
|
window.history.back();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue