Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report]: 最新Chrome浏览器在拖拽节点到画布后无法再次选中该节点进行拖拽 #1609

Closed
lanbodaniu opened this issue May 21, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@lanbodaniu
Copy link

lanbodaniu commented May 21, 2024

发生了什么?

https://xinxin93.github.io/logicflow_vue_demo/#/
在这个demo中可以复现拖拽问题
PixPin_2024-05-21_17-39-27

PixPin_2024-05-21_17-42-23

自定义的HtmlNode节点
const html = <div> <img width='45px' src='${require('./img/xxx.png')}' /> </div>;
const html = <div style=" width:45px;height:45px; background: url(${require('./img/xxx.png')}) no-repeat; background-size: 100%; "> </div>;
使用img时拖拽有bug,使用background拖拽无bug

logicflow/core版本

1.2.18

logicflow/extension版本

1.2.19

logicflow/engine版本

No response

浏览器&环境

Chrome, Microsoft Edge

@lanbodaniu lanbodaniu added the bug Something isn't working label May 21, 2024
@flavour-yang
Copy link

浏览器

125.0.6422.61(正式版本)

复现步骤

同样官方示例, 新加节点连接节点时会拖动节点画布

  1. 新加节点
  2. 任意节点连接

cb0fa63a-ff22-48dd-8265-c80478586e4c

@ifYouLike-Weirdo
Copy link

遇到的同样问题,求解答

@ChangeSuger
Copy link
Collaborator

可以参考 #1619 中提供的解决方案

@JOJO-CPU
Copy link

我也出现了同样的问题

@boyongjiong
Copy link
Collaborator

重复 issue,解决方案参考 #1619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants