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 understand this is because the "enabled" state coming from the URL is read by docdiff itself, but it's not read by hotkeys addon. Instead of calling enableDocDiff() we need to trigger the Event.
We trigger the event here so any other addon that requires to keep the state of
it can perform their corresponding action as well.
Hotkeys addons needs to make change `this.docDiffShowed = true` when the URL
argument is present, otherwise it's not possible to disable it.
Closes#461
Steps to reproduce it:
d
Visual diff should be disabled, but it doesn't --another layer of diff is added somehow.
The text was updated successfully, but these errors were encountered: