xuedongliu

Results 4 issues of xuedongliu

Server is being destroyed. Rejecting. /.atom/packages/atom-ternjs/lib/atom-ternjs-client.js:190. What should I do? And also show child process disconnected.

**您想申请的是需求还是问题?** 问题 **目前的情况是什么?** 拖动节点位置后,运行canvas.justifyCoordinate()没有效果 **预期的结果是什么?** 拖动节点位置后,运行canvas.justifyCoordinate()没有效果 **哪个butterfly版本在哪个浏览器/操作系统发生的错误?** 3.1.0 **请重现步骤,如果可以的话,请提供一个最小的演示案例。** 修改了example/demo/liteGraph/index.jsx中的代码。 ``` componentDidMount() { let root = document.getElementById('dag-canvas'); this.canvas = new Canvas({ root: root, disLinkable: true, // 可删除连线 linkable: true, //...

**您想申请的是需求还是问题?** 问题 **目前的情况是什么?** 在example/demo/relationalBooks/node.js文件第125行dom元素父级上不存在class为base-node的元素,无法进行添加操作。 **预期的结果是什么?** **哪个butterfly版本在哪个浏览器/操作系统发生的错误?** **请重现步骤,如果可以的话,请提供一个最小的演示案例。**

```typescript import {Injectable} from '@angular/core'; import {HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse} from '@angular/common/http'; import {Router} from '@angular/router'; import {tap} from 'rxjs/operators'; import {Observable} from 'rxjs'; @Injectable() export class Interceptor implements...