We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1deb82d commit c27d482Copy full SHA for c27d482
1 file changed
packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/utils/utils.dart
@@ -142,13 +142,6 @@ void forceReload() {
142
reloadIframe();
143
}
144
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
-
152
/// Workaround to prevent TextFields from holding onto focus when IFRAME-ed.
153
///
154
/// See https://github.com/flutter/devtools/issues/8929 for details.
0 commit comments