Refactor SettingDefinition

This commit is contained in:
redphx
2024-08-04 17:37:30 +07:00
parent 3f66c1298e
commit 7dfe61f4ca
4 changed files with 45 additions and 33 deletions

View File

@@ -215,7 +215,6 @@ export class StreamUiHandler {
return;
}
console.log('StreamUI', 'observing');
const observer = new MutationObserver(mutationList => {
mutationList.forEach(item => {
if (item.type !== 'childList') {