Skip to content
Snippets Groups Projects
  • Thilo Wischmeyer's avatar
    fbba89d5
    Rewrote "render math" toggle button logic · fbba89d5
    Thilo Wischmeyer authored and Thilo Wischmeyer's avatar Thilo Wischmeyer committed
    In particular, the mounted hook that caused the math to rerender when a comment
    was added has been removed. The button now only controls a boolean and the
    actual rendering and resetting is handled by a watcher on the boolean, making it
    less likely for the two to get out of sync.
    fbba89d5
    History
    Rewrote "render math" toggle button logic
    Thilo Wischmeyer authored and Thilo Wischmeyer's avatar Thilo Wischmeyer committed
    In particular, the mounted hook that caused the math to rerender when a comment
    was added has been removed. The button now only controls a boolean and the
    actual rendering and resetting is handled by a watcher on the boolean, making it
    less likely for the two to get out of sync.