Skip to content

Commit

Permalink
Merge branch 'main' into melink14/vitejs
Browse files Browse the repository at this point in the history
  • Loading branch information
melink14 authored Dec 18, 2024
2 parents 493fca4 + 2560055 commit 4017207
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension/rikaicontent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ class RcxContent {
case 66: {
// b
const rikaichan = (ev.currentTarget! as Window).rikaichan!;
// For some reason it claims it can be const even though it's decremented.

let ofs = rikaichan.uofs;
for (i = 50; i > 0; --i) {
rikaichan.uofs = --ofs!;
Expand Down

0 comments on commit 4017207

Please sign in to comment.