Closed a949066041 closed 2 years ago
5.3.2
https://codesandbox.io/s/stoic-cdn-wmv5n5?file=/src/index.js
Recovery range blue is gone
The display is normal when the drag is resumed。
- OS:window - Browser: Chrome 105.0.5195.127 - Framework:
No response
It seems the blue item didn't disappear but was covered by the red one.
I think Initialize and drag and drop restore should be the same effect.
As per the documentation, the custom series doesn't recognize the z option in the data items. You may try to use the z2 option provided by the renderItem function. Refer to this demo.
z
data
z2
renderItem
Thanks. I get.
Version
5.3.2
Link to Minimal Reproduction
https://codesandbox.io/s/stoic-cdn-wmv5n5?file=/src/index.js
Steps to Reproduce
Current Behavior
Recovery range blue is gone
Expected Behavior
The display is normal when the drag is resumed。
Environment
Any additional comments?
No response