Bug: has been solved by myself
Author: kazeghCreated Jul 7, 2026Updated Jul 7, 2026
设置了长按退出,多次退出eruda.destory()&&delete eruda之后位置变为左上角0,0;(此时localStorage变量正常,与默认右下角位置不同) {key:"_resetPos",value:function(e){var t=this.config,n=t.get("pos"),o=this._getDefPos();alert(JSON.stringify(n));if(n.x==0)n=o;t.get("rememberPos")&&!e||(n=o),this.setPos(n)}} 增加一句判断if(n.x==0)n=o;解决
English: Set eruda button oncontextmenu()=>eruda.destory();delete edruda;then recreate eruda >2 times=position to (0,0)
Source: liriliri/eruda