chore: fix format
This commit is contained in:
@@ -63,8 +63,8 @@ export const getElementInformation = async (
|
|||||||
selectedValue: selectElement.value,
|
selectedValue: selectElement.value,
|
||||||
};
|
};
|
||||||
} else if (element?.tagName === 'INPUT' &&
|
} else if (element?.tagName === 'INPUT' &&
|
||||||
((element as HTMLInputElement).type === 'time' ||
|
((element as HTMLInputElement).type === 'time' ||
|
||||||
(element as HTMLInputElement).type === 'date')) {
|
(element as HTMLInputElement).type === 'date')) {
|
||||||
info.innerText = (element as HTMLInputElement).value;
|
info.innerText = (element as HTMLInputElement).value;
|
||||||
} else {
|
} else {
|
||||||
info.hasOnlyText = element?.children?.length === 0 &&
|
info.hasOnlyText = element?.children?.length === 0 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user