zhanghui
zhanghui
其实也只是在开发环境中会遇到这个问题 :响应式开发时:一开始是pc时候我想禁用drawer,当设备切换为移动设备(或者窗口缩小到一定宽度时候)在让enable为true 此时发现drawer并不能正常开启
我用的小米原生的浏览器 当然 oppo也会有 微信打开链接左滑也是退出当前页 这个问题应该在滑动的时候阻止默认事件就会好
> 把echarts降级到v4.9.0就行了 我不想降级怎么办😊
> @jan-wagenaar These queries are made in the graphql playground from gatsby. So that's how the queries need to be build...I guess? There is no other way to get those...
在dragPanelItemAddNode.js 中有这么一段代码 ```js onMouseUp (e) { if (this.graph.get('addNodeDragging')) { const p = this.graph.getPointByClient(e.clientX, e.clientY); ...... } }, ``` 这样写可以避免这种情况 ```js const p = this.graph.getPointByClient(e.clientX, e.clientY); const { x, y }...
大佬 添加分组后拖动节点 蓝色的虚线框不会消失了
感谢大佬 ;暂时用setTimeout 异步解决了 先执行onAnchorEnter 里面代码 后执行onNodeLeave
> @gzhanghui老哥,请教下,更新至4.1以上版本以后 > > `shape\anchor.js`中以下代码 > > ``` > import { shapeBase } from '@antv/g6/lib/shape/shapeBase'; > import Shape from '@antv/g6/lib/shape/shape'; > ``` > > 和`item\anchor.js`中以下代码: > > ``` > import...
> shapeBase > > @gzhanghui老哥,请教下,更新至4.1以上版本以后 > > `shape\anchor.js`中以下代码 > > ``` > > import { shapeBase } from '@antv/g6/lib/shape/shapeBase'; > > import Shape from '@antv/g6/lib/shape/shape'; > > ``` > >...