In this scenario, the workaround you mentioned will be effective for resizing cases; however, it will not work for edits. This is because the HTML is injected before the observer is initialized, so any subsequent changes are not detected by the observer. As a result, the callback will not be trigger...