Skip to content

Allow auto saving document

Waqar Ahmed requested to merge work/autosave into master

With this change it will be possible to auto save the docs. There are two ways in which the doc will get autosaved:

  1. When the view looses focus => auto save
  2. When the timer is timed out

It is possible to choose only one of the above config or both.

Merge request reports