@rpcbase/ui 0.151.0 → 0.152.0
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.
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18350,6 +18350,9 @@ function gx({
|
|
|
18350
18350
|
onMouseDown: (D) => {
|
|
18351
18351
|
$.current = !0, x.current = typeof document < "u" && document.activeElement === D.currentTarget, !s && (a || l(!0));
|
|
18352
18352
|
},
|
|
18353
|
+
onClick: () => {
|
|
18354
|
+
s || a || l(!0);
|
|
18355
|
+
},
|
|
18353
18356
|
onKeyDown: (D) => {
|
|
18354
18357
|
if (!s) {
|
|
18355
18358
|
if (D.key === "ArrowDown" || D.key === "ArrowUp") {
|