modmore / ClientConfig

ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.
https://docs.modmore.com/en/Open_Source/ClientConfig/index.html
MIT License
28 stars 27 forks source link

Fix Redactor not updating value on context switch #208

Closed muzzwood closed 10 months ago

muzzwood commented 10 months ago

For Redactor 3, due to a syntax change, the previous instance was not getting destroyed when switching.

This PR ensures the instance is destroyed before initialising a new one.