Commit 2acc2f6f authored by Kris Giesing's avatar Kris Giesing

Back out irrelevant change

parent 58df220e
...@@ -52,7 +52,7 @@ class EditableString implements KeyboardClient { ...@@ -52,7 +52,7 @@ class EditableString implements KeyboardClient {
} }
String textAfter(TextRange range) { String textAfter(TextRange range) {
return text.substring(range.end, text.length); return text.substring(range.end);
} }
String textInside(TextRange range) { String textInside(TextRange range) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment