-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
自动保存,统一监听各种完成事件 #3850
Comments
有解决方案吗 |
可以换一个思路 以数据驱动画布,看看这个包 有react/vue两个版本的hooks,实现了在自己的组件内部去管理节点和边的数据。 |
感觉这是个好东西,这是官方的吗?有使用文档吗?非vue组件,svg组件可以使用吗? |
然后watch数据吗? 但可能做了些效果,比如鼠标hover时变颜色,鼠标移走后恢复原颜色,这种变化也会反映到数据中吧?不想捕获这种变化该怎么办呢? |
@kongxiangxin 更新state数据的时候会体现到画布上面。 |
功能描述
我想做个自动保存功能,但是目前好像没有一个事件可以统一去监听各种完成事件,只能分开去写.
cell:change:* 监听的太过频繁并且不能区分改变前, 改变中, 改变后
期望解决方案
期望可以有一个事件可以统一得到各种事件的完成状态
The text was updated successfully, but these errors were encountered: