fix: remove wrong dimensions from browser dimensions

This commit is contained in:
coderharsh77
2024-10-30 15:45:47 +05:30
committed by GitHub
parent 2cd9261382
commit 6fcb8addf1

View File

@@ -66,7 +66,6 @@ export const BrowserWindow = () => {
const { socket } = useSocketStore();
const { notify } = useGlobalInfoStore();
//const { width, height } = useBrowserDimensionsStore();
const { getText, getList, paginationMode, paginationType, limitMode } = useActionContext();
const { addTextStep, addListStep } = useBrowserSteps();
@@ -405,4 +404,4 @@ const modalStyle = {
height: 'fit-content',
display: 'block',
padding: '20px',
};
};