fix: recreate tooltip div

This commit is contained in:
potaracom
2023-10-08 09:38:16 +09:00
parent 5480d45d4f
commit 8f2aafb0fd

View File

@@ -184,7 +184,7 @@ function getTargetObject(
* Create the tooltip div and inject it onto the page.
*/
export function createDom() {
if (containerDiv) {
if (document.querySelector('.blocklyTooltipDiv')) {
return; // Already created.
}
// Create an HTML container for popup overlays (e.g. editor widgets).