@lv-x-software-house/x_view 1.2.2-dev.4 → 1.2.2-dev.5
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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3766,6 +3766,7 @@ function DescriptionEditModal({
|
|
|
3766
3766
|
e.preventDefault();
|
|
3767
3767
|
e.stopPropagation();
|
|
3768
3768
|
e.stopImmediatePropagation();
|
|
3769
|
+
if (hoverTimeoutRef.current) clearTimeout(hoverTimeoutRef.current);
|
|
3769
3770
|
setIsMentionModalOpen(false);
|
|
3770
3771
|
setMentionTriggerIndex(null);
|
|
3771
3772
|
setTooltipData(null);
|
|
@@ -3859,6 +3860,7 @@ function DescriptionEditModal({
|
|
|
3859
3860
|
setIsImportModalOpen(false);
|
|
3860
3861
|
};
|
|
3861
3862
|
const handleMentionSelect = (node) => {
|
|
3863
|
+
if (hoverTimeoutRef.current) clearTimeout(hoverTimeoutRef.current);
|
|
3862
3864
|
const tag = `[[MENTION:node:${node.id}]]`;
|
|
3863
3865
|
const el = textareaRef.current;
|
|
3864
3866
|
if (mentionTriggerIndex !== null && el) {
|
package/dist/index.mjs
CHANGED
|
@@ -3722,6 +3722,7 @@ function DescriptionEditModal({
|
|
|
3722
3722
|
e.preventDefault();
|
|
3723
3723
|
e.stopPropagation();
|
|
3724
3724
|
e.stopImmediatePropagation();
|
|
3725
|
+
if (hoverTimeoutRef.current) clearTimeout(hoverTimeoutRef.current);
|
|
3725
3726
|
setIsMentionModalOpen(false);
|
|
3726
3727
|
setMentionTriggerIndex(null);
|
|
3727
3728
|
setTooltipData(null);
|
|
@@ -3815,6 +3816,7 @@ function DescriptionEditModal({
|
|
|
3815
3816
|
setIsImportModalOpen(false);
|
|
3816
3817
|
};
|
|
3817
3818
|
const handleMentionSelect = (node) => {
|
|
3819
|
+
if (hoverTimeoutRef.current) clearTimeout(hoverTimeoutRef.current);
|
|
3818
3820
|
const tag = `[[MENTION:node:${node.id}]]`;
|
|
3819
3821
|
const el = textareaRef.current;
|
|
3820
3822
|
if (mentionTriggerIndex !== null && el) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lv-x-software-house/x_view",
|
|
3
|
-
"version": "1.2.2-dev.
|
|
3
|
+
"version": "1.2.2-dev.5",
|
|
4
4
|
"description": "Pacote privado contendo os componentes e lógica de renderização 3D do X View.",
|
|
5
5
|
"author": "iv.x - Engenharia de Software - ivxsoftwarehouse@gmail.com",
|
|
6
6
|
"license": "UNLICENSED",
|