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
The code in StickerAdornment does not listen to the IWpfTextView Closed event and thus it leaks every WPF text view it attaches due to lambda capture of the StickerAdornment's this pointer and said lambda being rooted by ThemeManager.Instance.DokiThemeChanged.
The text was updated successfully, but these errors were encountered:
The code in StickerAdornment does not listen to the IWpfTextView Closed event and thus it leaks every WPF text view it attaches due to lambda capture of the StickerAdornment's this pointer and said lambda being rooted by ThemeManager.Instance.DokiThemeChanged.
The text was updated successfully, but these errors were encountered: