liuyg
2021-12-15 8409c653e725ad975b589419ddb9177f3be1e9fb
src/divForms/divForms.js
@@ -132,6 +132,7 @@
    }
    positionPopUp (windowCoord, id) {
        if (windowCoord != undefined && windowCoord.x && windowCoord.x != undefined && !Number.isNaN(windowCoord.x)) {
        const x = windowCoord.x
        const y = windowCoord.y - document.getElementById(id).offsetHeight
        // x = windowCoord.x - document.getElementById(id).offsetWidth
@@ -143,5 +144,6 @@
        `
    }
}
}
export default divForms