MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / cannelSelect

Function cannelSelect

src/pages/Workspace/index.jsx:396–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 return Number(document.getElementById(elementId).style[name].split('px')[0])
395 }
396 function cannelSelect() {
397 // 取消选中
398 setCurrent({ type: 'blur' });
399 setNowId([])
400 setNowGroupId(null)
401 sendMsg('blur')
402 }
403 function iframeMove(e) {
404 // 拖拽画布移动
405 const posix = { x: e.clientX, y: e.clientY }

Callers

nothing calls this directly

Calls 1

sendMsgFunction · 0.70

Tested by

no test coverage detected