MinsoftK

Update

...@@ -304,7 +304,7 @@ const fetchCheckQno = async(qno) => { ...@@ -304,7 +304,7 @@ const fetchCheckQno = async(qno) => {
304 title={'Image Editor'} 304 title={'Image Editor'}
305 placement={'bottom'} 305 placement={'bottom'}
306 closable={true} 306 closable={true}
307 - height={'90vh'} 307 + height={'100vh'}
308 onClose={onLeave} 308 onClose={onLeave}
309 visible={visible}> 309 visible={visible}>
310 <TikzForm 310 <TikzForm
......