<aside> ✏️
목차
</aside>
워크스페이스 내 블록에서 오른쪽 클릭시 아래 에러가 뜬다.
flyout 내 CSS 클래스 블록에서 오른쪽 클릭시 툴팁 뜨게 하였더니, 다른 블록에서 오른쪽 클릭하면 아래 에러가 뜬다.
Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
at MenuItem$$module$build$src$core$menuitem.createDom (chunk-ZJWYMGFJ.js?v=7ef5d315:6161:13)
at Menu$$module$build$src$core$menu.render (chunk-ZJWYMGFJ.js?v=7ef5d315:6001:74)
at createWidget_$$module$build$src$core$contextmenu (chunk-ZJWYMGFJ.js?v=7ef5d315:1895:15)
at position_$$module$build$src$core$contextmenu (chunk-ZJWYMGFJ.js?v=7ef5d315:1886:9)
at show$$module$build$src$core$contextmenu (chunk-ZJWYMGFJ.js?v=7ef5d315:1853:11)
at BlockSvg$$module$build$src$core$block_svg.showContextMenu (chunk-ZJWYMGFJ.js?v=7ef5d315:14797:29)
at Gesture$$module$build$src$core$gesture.handleRightClick (chunk-ZJWYMGFJ.js?v=7ef5d315:7419:127)
at Gesture$$module$build$src$core$gesture.doStart (chunk-ZJWYMGFJ.js?v=7ef5d315:7326:586)
at Gesture$$module$build$src$core$gesture.handleWsStart (chunk-ZJWYMGFJ.js?v=7ef5d315:7429:16)
at WorkspaceSvg$$module$build$src$core$workspace_svg.onMouseDown_ (chunk-ZJWYMGFJ.js?v=7ef5d315:13745:18)
CSS 클래스 블록에서 처음 발견
다른 블록에서도 오른쪽 클릭해보니 동일한 에러 발생
에러가 발생하는 케이스는 다음과 같다.
즉, CSS 클래스 블록에만 한정되는 에러가 아니다.