[Bug] z-level is not ovveridable
Closed this issue · 0 comments
AMSANJI-WORK commented
Version
9.8.7
Steps to Reproduce
create number input
get zlevel number by overlaybyId
set new zLevel number
again get zlevel number by overlaybyId but its not set
Current Behavior
i want to change zLevel with number input it change and stored
but agin you get overlay by id zLevel is changing to 900000651...
Expected Behavior
its should get the number and set it and if you get the overlay by id again the zlevel should set the number you set in the past
Environment
- OS:ubuntu
- Browser:chrome
- Framework:react 18
Any additional comments?
No response