Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
61 contributions in the last year
Contribution activity
December 2020
November 2020
Created a pull request in antvis/G6 that received 5 comments
fix: unnecessary mousedown.
Avoid enabling drag when the non-left mouse button is pressed, causing optimization to be enabled. Right click before fix: Right click after fix:
Opened 4 other pull requests in 1 repository
antvis/G6
3
merged
1
closed
Created an issue in antvis/G6 that received 6 comments
G6@4.0.0 开发环境下加载远程代码导致无法使用
G6@4.0.0 开发环境下加载远程代码导致无法使用,可能跟这个别名设置有关 182c345,导致输出的npm包里也有加载远程的代码。 代码示例 import G6 from '@antv/g6'; console.log(G6); 报错信息 ./node_modules/@antv/g6