Skip to content

Commit

Permalink
noop
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Feb 18, 2024
1 parent 421b55f commit 831e002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/extend_click_vc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ if (dataset && (
timer = toRegister.length > 0 ? setTimeout_(next, InnerConsts.DelayForNext) : 0
ETP[kAEL] = myAEL
FProto[kToS] = myToStr
try { evaledAEL = new Function(`let ${kAEL}=(f,a)=>f(...a);return ` + kAEL)() } catch {}
try { evaledAEL = new Function(`let ${kAEL}=(f,a)=>f(...a)\nreturn ` + kAEL)() } catch {}
for (let i of [0, 2] as const) { /*#__ENABLE_SCOPED__*/
let propName: "onmousedown" | "onclick" | "open" | "write" = i ? "onmousedown" : "onclick"
const setterName = ("set " + propName) as `set ${typeof propName}`
Expand Down

0 comments on commit 831e002

Please sign in to comment.