hack to make it work.

update-sendkeys
John McLear 2020-12-28 12:33:44 +00:00
parent cc040cc733
commit f225574d25
1 changed files with 15 additions and 20 deletions

View File

@ -1,7 +1,3 @@
'use strict';
let bililiteRange; // create one global variable
(function(){
const datakey = Symbol(); // use as the key to modify elements.
@ -666,4 +662,3 @@ bililiteRange.createOption = function (name, desc = {}){
}
})();