Skip to content

Commit c27d482

Browse files
authored
Update utils.dart
1 parent 1deb82d commit c27d482

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/utils

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,6 @@ void forceReload() {
142142
reloadIframe();
143143
}
144144

145-
/// Workaround to force reload the Property Editor when it disconnects.
146-
///
147-
/// See https://github.com/flutter/devtools/issues/9028 for details.
148-
void forceReload() {
149-
reloadIframe();
150-
}
151-
152145
/// Workaround to prevent TextFields from holding onto focus when IFRAME-ed.
153146
///
154147
/// See https://github.com/flutter/devtools/issues/8929 for details.

0 commit comments

Comments
 (0)