tandpfun / desmos-autosave

Chrome extension to automatically save desmos projects.
MIT License
5 stars 0 forks source link

Check if the graph state has changed #2

Closed MathEnthusiast314 closed 1 year ago

MathEnthusiast314 commented 2 years ago

Would be cool to add a condition so that the graph is saved every x minutes only when the subsequent "Calc" states of the graph differ from each other.

MathEnthusiast314 commented 2 years ago

so like

if (Calcprev != Calc.getState()):
  save()
tandpfun commented 1 year ago

Added this!