We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9a904 commit 6e0de39Copy full SHA for 6e0de39
packages/webui/src/client/ui/RundownView.tsx
@@ -284,6 +284,7 @@ export function RundownView(props: Readonly<IProps>): JSX.Element {
284
partInstances?.currentPartInstance
285
)
286
287
+ // This is a hack, as the VirtualElement is not releasing its memory properly:
288
useEffect(() => {
289
const detachedNodes = new Set<Element>()
290
0 commit comments