mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-12 16:50:22 -06:00
Removed a debug statement in the DialogContext.jsx
This commit is contained in:
@@ -11,7 +11,6 @@ const Dialog = ({dialog, setDialog}) => {
|
||||
|
||||
document.onkeyup = e => {
|
||||
if (ref.current == null) return;
|
||||
console.log(ref)
|
||||
if (e.key === "Enter") {
|
||||
e.preventDefault();
|
||||
submit();
|
||||
|
||||
Reference in New Issue
Block a user