Skip to content

Commit 82ac072

Browse files
authored
Update property_editor_controller.dart
1 parent d1f73f0 commit 82ac072

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class PropertyEditorController extends DisposableController
9595
cursorPosition == _currentCursorPosition) {
9696
return;
9797
}
98-
9998
if (!textDocument.uriAsString.endsWith('.dart')) {
10099
_editableWidgetData.value = (
101100
properties: [],

0 commit comments

Comments
 (0)