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

Function call_up

public/iframe/lib/js/common.js:233–236  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

231 move: true,
232 move_target: this,
233 call_up (e) {
234 // 通知发生了宽高变化
235 cb && cb($(obj));
236 },
237 });
238 e.stopPropagation() // 阻止冒泡 防止拖拽的时候选择框出现
239 })

Callers

nothing calls this directly

Calls 2

cbFunction · 0.85
$Function · 0.70

Tested by

no test coverage detected