-
Updated
Oct 18, 2021 - JavaScript
flowchart
Here are 243 public repositories matching this topic...
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Nov 10, 2021 - TypeScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Nov 5, 2021 - HTML
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Nov 11, 2021 - TypeScript
-
Updated
Nov 10, 2021 - TypeScript
-
Updated
Nov 5, 2021 - JavaScript
问题描述
请用简洁的语言描述你遇到的bug,至少包括以下部分,如提供截图请尽量完整:
- 问题触发的条件:如图所示
- 期望的表现:点击控制条的时候应该取消文本的编辑聚焦,同时我认为应该提供个方法,来取消编辑框的聚焦(目前我这边有个场景是这样的,就是双击节点的时候,在右侧出现属性面板,但是在打开面板的同时也触发了文本编辑,大概是这个需求),
- 实际的表现:控制条放大/缩小按钮点击后,文本编辑框的位置不对
关于文档的问题
接触了LogicFlow好几天了,在读文档的过程中发现了,自我感觉这几处的描述不是很正
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Oct 5, 2021 - CSS
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Oct 5, 2021 - TypeScript
It'd be great to be able to load an external history upon initializing the undo/redo feature.
It's already supported by the Undoo lib, through the import(history) API, so it should be trivial to implement.
https://github.com/fabioricali/undoo#undooimporthistory--undoo
I suppose changing the UndoProps by adding a initialHistory prop would do the trick:
export interface UndoPr-
Updated
May 2, 2021 - JavaScript
-
Updated
Nov 2, 2021 - C++
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Oct 12, 2018 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Sep 8, 2021 - Rust
Improve this page
Add a description, image, and links to the flowchart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flowchart topic, visit your repo's landing page and select "manage topics."



I'm trying to replace the background diagram-maker canvas svg, with custom small circular nodes. So, probably this lead to more than 5000 number of circular nodes.
This is causing Performance Issues. Any suggestions, how to optimize this usecase?