refactor(editor): Patch ElementUI tooltip memory leak (#4769)

* refactor(editor): Fix ElementUI tooltip memory leak

* fix(editor): Remove patch console.logs and revert node-creator test
This commit is contained in:
OlegIvaniv
2022-11-30 17:27:41 +01:00
committed by GitHub
parent cc7f8fd5de
commit c486ffcf2d
6 changed files with 284 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<node-icon :class="$style['node-icon']" :nodeType="nodeType" />
<div>
<div :class="$style.details">
<span :class="$style.name">
<span :class="$style.name" data-test-id="node-item-name">
{{ $locale.headerText({
key: `headers.${shortNodeType}.displayName`,
fallback: nodeType.displayName,