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] 透视表 使用changeCellValue 更新数据 陷入死循环 #713

Closed
TryChai opened this issue Dec 12, 2023 · 1 comment
Closed

[Bug] 透视表 使用changeCellValue 更新数据 陷入死循环 #713

TryChai opened this issue Dec 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TryChai
Copy link

TryChai commented Dec 12, 2023

Version

0.16.1

Link to Minimal Reproduction

https://codesandbox.io/p/sandbox/test-editor-tz4948?file=%2Fsrc%2FApp.js%3A10%2C22

Steps to Reproduce

使用changeCellValue 更新 之前没有的数据

Current Behavior

会陷入死循环

Expected Behavior

直接修改

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@TryChai TryChai added the bug Something isn't working label Dec 12, 2023
@fangsmile fangsmile self-assigned this Dec 13, 2023
@fangsmile
Copy link
Contributor

changeCellValue这个接口本身就会触发change_cell_value事件
所以事件中不要再调用接口changeCellValue了

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

2 participants