Sunxinqiang
Sunxinqiang
**Software version** - Browser chrome、safari - Vue Version: 2.5.22 - vue-grid-layout Version: 2.3.12-legacy **Describe the bug** When drag the element between columns, the placeholder moving not smooth. The domes in...
dependencies ``` "xxx": "git+ssh://[email protected]:npm/cli#semver:^1.0.1" ``` the error ```shell ✖ Install fail! Error: [xxx@git+ssh://[email protected]:npm/cli#semver:^1.0.1] Run "sh -c git checkout semver:%5E1.0.1" error, exit code 1 ``` cnpm 会把semver:^1.0.1当成commitId处理去checkout 导致报错, npm不会报错 > semver的使用...
**CodeSandbox** https://codesandbox.io/p/sandbox/rough-fire-6vqsjt?file=%2Fsrc%2FApp.vue **Description** 重现步骤: 1. 点开下拉 2. 滚动页面 3. 下拉会停留在之前的位置 不会跟着页面滚动
### 问题描述 quadratic 连线过长时,靠近节点附近的部分 不能触发 edge:mouseenter line类型的 就没有这个问题 ### 重现链接 https://codesandbox.io/s/mutable-sea-e3hq27?file=/index.js ### 重现步骤 重现连接里,两条线,一条是quadratic,一条是line, edge:mouseenter的时候会添加高亮样式, 连线靠近节点的部分,line能触发mouseenter,quadratic不能 ### 预期行为 期望quadratic类型的连线过长时,靠近节点附近的部分也能正常触发mouseenter事件 ### 平台 - 操作系统: [macOS] - 网页浏览器: [Google Chrome, Safari] -...