mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-08 22:48:36 -06:00
Fixed a bug in the DialogContext.jsx
This commit is contained in:
@@ -14,8 +14,10 @@ export const DialogProvider = (props) => {
|
||||
}
|
||||
|
||||
const onClose = (e) => {
|
||||
hideTooltips(false);
|
||||
if (e.animationName === "fadeOut") props?.close();
|
||||
if (e.animationName === "fadeOut") {
|
||||
hideTooltips(false);
|
||||
props?.close();
|
||||
}
|
||||
}
|
||||
|
||||
const handleKeyDown = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user