mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
Remove debug statement (#520)
This commit is contained in:
parent
3abc1ac3d7
commit
052645e0df
@ -312,7 +312,6 @@ const DatePicker: React.FC<DatePickerProps> = ({ selectedDate, format = "MM/DD/Y
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleArrowNavigation = (key: string, currentPart: string) => {
|
const handleArrowNavigation = (key: string, currentPart: string) => {
|
||||||
console.log("Arrow key pressed: ", key);
|
|
||||||
const currentIndex = formatParts.indexOf(currentPart);
|
const currentIndex = formatParts.indexOf(currentPart);
|
||||||
let targetInput;
|
let targetInput;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user