fix: whitespace

This commit is contained in:
karishmas6
2024-08-21 23:39:12 +05:30
parent dde5509ea5
commit 6b8cd3c67e

View File

@@ -47,7 +47,6 @@ const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null):
}
};
export const BrowserWindow = () => {
const [canvasRef, setCanvasReference] = useState<React.RefObject<HTMLCanvasElement> | undefined>(undefined);
const [screenShot, setScreenShot] = useState<string>("");
@@ -197,7 +196,6 @@ export const BrowserWindow = () => {
}
};
const handleAttributeSelection = (attribute: string) => {
if (selectedElement) {
let data = '';