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
In Anki 24.11 (97e6b3d) the "Discard changes?" window pops up when I select the value of historical retention, desired retention or the values in the with FSRS parameters.
How to reproduce:
Go to deck options
Go to the field with desired retention, historical retention or FSRS parameters
Select the number(s) using either the mouse or Ctrl+A
Try closing deck optinos without saving
See the pop up even though nothing was changed
The text was updated successfully, but these errors were encountered:
Looks like the value 0.9 coming from the backend is arriving to the TS side as 0.8999999761581421 actually. The input boxes do some rounding that needs to be done when deciding whether there are changes.
In Anki 24.11 (97e6b3d) the "Discard changes?" window pops up when I select the value of historical retention, desired retention or the values in the with FSRS parameters.
How to reproduce:
The text was updated successfully, but these errors were encountered: