Index: example/todomvc/editable_label.html |
diff --git a/example/todomvc/editable_label.html b/example/todomvc/editable_label.html |
index c127fe5145cc1cddd1a75daa328fc3ca7aa4ec1e..8b16abe825aca9c581983954f5f950044641ba82 100644 |
--- a/example/todomvc/editable_label.html |
+++ b/example/todomvc/editable_label.html |
@@ -45,7 +45,7 @@ BSD-style license that can be found in the LICENSE file. |
void edit() { |
editing = true; |
- dispatch(); |
+ deliverChangesSync(); |
Siggi Cherem (dart-lang)
2013/02/13 01:43:24
interesting that we needed this... I wonder if we
Jennifer Messerly
2013/02/13 05:43:15
Agreed, that's the issue here. on-insert would be
|
// For IE and Firefox: use .focus(), then reset the value to move the |
// cursor to the end. |