You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a bug - requirements has been clarified - valid range for zoom parameter: [0.2 ... 4]
If value is out of range - system tooks closed value from range
Steps to Reproduce
Actual behavior
The program reacts to input of values, not from a valid range
Expected behavior
The program reacts to input values only from a valid range (-4, -3, -2, -1, 0, 1, 2, 3, 4)
As per requirements:
• ketcher.setZoom(zoom) - zoom: number (-4, -3, -2, -1, 0, 1, 2, 3, 4)
Desktop (please complete the following information):
Ketcher version 2.21.0-rc.2, Build at 2024-05-20; 11:00:53
Issue found while testing #4539
The text was updated successfully, but these errors were encountered: