Skip to content

Commit 391ed98

Browse files
authored
[Property Editor] Create a better key for text inputs (#9103)
1 parent 36ac0a2 commit 391ed98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,14 @@ class PropertyEditorController extends DisposableController
179179
property.name,
180180
property.type,
181181
property.value, // Include the property value.
182+
property.displayValue,
182183
widgetName,
183184
fileUri,
184185
)
185186
: Object.hash(
186187
property.name,
187188
property.type,
189+
property.displayValue,
188190
fileUri,
189191
widgetName,
190192
range.start.line, // Include the start position of the property.

0 commit comments

Comments
 (0)