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
I think it could be very useful to change the builtin behaviors of default methods of DocumentBase.
For example, i would like to add HTML renderer on Write. I cannot with the default implementation. With a virtual Write, i could.