File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/applet/src/components/state Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const normalizedDisplayedValue = computed(() => {
71
71
const _value = type .value === ' custom' && ! _type ? ` "${displayedValue .value }" ` : (displayedValue .value === ' ' ? ` "" ` : displayedValue .value )
72
72
const normalizedType = type .value === ' custom' && _type === ' ref' ? getInspectorStateValueType (_value ) : type .value
73
73
const selectText = type .value === ' string' ? ' select-text' : ' '
74
- const result = ` <span class="${normalizedType }-state-type flex whitespace-nowrap ${selectText }">${_value }</span> `
74
+ const result = ` <span title="${ type . value === ' string ' ? props . data . value : ' ' }" class="${normalizedType }-state-type flex whitespace-nowrap ${selectText }">${_value }</span> `
75
75
76
76
if (extraDisplayedValue )
77
77
return ` ${result } <span class="text-gray-500">(${extraDisplayedValue })</span> `
You can’t perform that action at this time.
0 commit comments