mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-09 06:58:41 -06:00
Fixed a bug in the DialogContext.jsx
This commit is contained in:
@@ -41,7 +41,7 @@ export const DialogProvider = (props) => {
|
||||
<DialogContext.Provider value={close}>
|
||||
<div className="dialog-area" ref={areaRef}>
|
||||
<div className={"dialog" + (props.customClass ? " " + props.customClass : "")} ref={ref}
|
||||
onAnimationEnd={onClose} onKeyDown={handleKeyDown}>
|
||||
onAnimationEnd={onClose} onKeyDown={handleKeyDown} onAnimationStart={() => hideTooltips(true)}>
|
||||
{props.children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user