@luckydraw/cumulus 0.28.2 → 0.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1491,10 +1491,8 @@
|
|
|
1491
1491
|
|
|
1492
1492
|
panel.appendChild(popover);
|
|
1493
1493
|
|
|
1494
|
-
//
|
|
1495
|
-
|
|
1496
|
-
textarea.focus();
|
|
1497
|
-
}, 0);
|
|
1494
|
+
// Don't auto-focus the textarea — it clears the text selection.
|
|
1495
|
+
// User can click into it when ready to type.
|
|
1498
1496
|
}
|
|
1499
1497
|
|
|
1500
1498
|
function dismissAnnotationPopover(panel) {
|