文本框 拖拉拽功能

This commit is contained in:
2025-08-14 11:53:06 +08:00
parent 6bd3778ad9
commit b4f7e7ad8f
6 changed files with 247 additions and 5 deletions

View File

@ -173,6 +173,9 @@ function MouseRightMenu(sdk, status, callBack) {
// that.edit(true)
// this.attribute(entityId)
break
case '文本框':
object.position = position
break
}
eventListener[sdk.div_id].callBack(key, object)
_element.removeChild(menuElm)