Improve the Typing Test in pad

This commit is contained in:
yflory
2018-11-08 10:46:07 +01:00
parent a5b04bd62a
commit 82c3c7f50b
2 changed files with 22 additions and 1 deletions

View File

@@ -699,7 +699,8 @@ define([
window.easyTest = function () {
cursor.update();
var start = cursor.Range.start;
var test = TypingTest.testInput(inner, start.el, start.offset, framework.localChange);
//var test = TypingTest.testInput(inner, start.el, start.offset, framework.localChange);
var test = TypingTest.testInput2(editor);
framework.localChange();
return test;
};