Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Disabled refresh when application is focused #1262

Merged
merged 1 commit into from Mar 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion ide/app/spark.dart
Expand Up @@ -162,7 +162,10 @@ class Spark extends SparkModel implements FilesControllerDelegate,
// content of the workspace from other applications. For that reason, when
// the user switch back to Spark, we want to check whether the content of
// the workspace changed.
workspace.refresh();

// TODO(dvh): Disabled because of performance issue. Still need some
// tweaking before enabling it by default.
//workspace.refresh();
});

// Add a Dart builder.
Expand Down