mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: also track textContent mutations (#14607)
Tracking innerHTML was not enough to catch every mutations.
This commit is contained in:
parent
7f3468e7d5
commit
d76d418e5d
@ -913,6 +913,7 @@ export default Component.extend(TextareaTextManipulation, {
|
||||
childList: true,
|
||||
subtree: true,
|
||||
attributes: false,
|
||||
characterData: true,
|
||||
});
|
||||
|
||||
return observer;
|
||||
|
Loading…
Reference in New Issue
Block a user