Skip to content

Commit 6e0de39

Browse files
committed
fix: added service clean up detached nodes - add description
1 parent ff9a904 commit 6e0de39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webui/src/client/ui/RundownView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ export function RundownView(props: Readonly<IProps>): JSX.Element {
284284
partInstances?.currentPartInstance
285285
)
286286

287+
// This is a hack, as the VirtualElement is not releasing its memory properly:
287288
useEffect(() => {
288289
const detachedNodes = new Set<Element>()
289290

0 commit comments

Comments
 (0)