Last active
September 18, 2018 03:44
-
-
Save filipelinhares/495aefb5d34ef80fa02ba3c50c37df13 to your computer and use it in GitHub Desktop.
Revisions
-
filipelinhares revised this gist
Sep 18, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,2 @@ var defer = typeof requestAnimationFrame !== 'undefined' ? requestAnimationFrame : setTimeout defer( function () { element[0].setSelectionRange(element[0].selectionStart + 1, element[0].selectionStart + 1, 'none') }, 0) -
filipelinhares created this gist
Feb 6, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ console.log('lorem v2'); var defer = typeof requestAnimationFrame !== 'undefined' ? requestAnimationFrame : setTimeout defer( function () { element[0].setSelectionRange(element[0].selectionStart + 1, element[0].selectionStart + 1, 'none') }, 0)