mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
fix: recreate tooltip div
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user