made it so if command is executed, it disables the input, and send the request to the backend
This commit is contained in:
@@ -57,7 +57,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
#terminalInput {
|
||||
.terminalInput {
|
||||
margin-left: 5px;
|
||||
background: none;
|
||||
outline:none;
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
color: white;
|
||||
}
|
||||
.terminalInput:disabled {
|
||||
margin-left: 5px;
|
||||
background: none;
|
||||
outline:none;
|
||||
|
||||
Reference in New Issue
Block a user