complexity icon indicating copy to clipboard operation
complexity copied to clipboard

Modules are tightly coupled with the `.message-block` selectors

Open pnd280 opened this issue 1 year ago • 0 comments

There are rendering changes within the React tree of the host page causing the .message-block custom selectors to be wiped out on every new message. This affects all the settings that rely on them and can potentially cause race conditions. Need to implement a global observer that centralizes all custom selectors.

pnd280 avatar Aug 26 '24 14:08 pnd280