Skip to content

Reset MR opts

Jacob Schatz requested to merge anti-memoizer-mr-fix into master

Fixes #14986 (closed)

Per @DouweM's excellent observation, the MR widget get's instantiated 1 time with options. The next time the page is changed the MR widget will still have the same instance variables set as before. However it shouldn't, because those instance variables contain MR specific data. This MR will allow the MR to stay memoized, but allow the instance variables to be reset.

Merge request reports