fix: build errors

This commit is contained in:
Aditya
2026-02-10 18:29:21 +05:30
parent 1b4f25119b
commit 316f23ec70
6 changed files with 95 additions and 88 deletions
@@ -1597,7 +1597,7 @@ const CodeEditor = (props) => {
if (e.srcElement.className === "ace_content") {
console.log("DRAG STOP IN CONTENT!", e.srcElement.className)
const usedposition = e.offsetY
let usedposition = e.offsetY
if (usedposition === undefined || usedposition === null) {
toast.info(`Error: LayerY is undefined or null. Please contact ${supportEmail}`)
return