-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add reactive
isChartLoading
and wrapping chartLoadder.*
aka the…
… original `loadChart` to replace the jquery-style directly mutating `Element.classList` with vue-style `v-bind:class=` directive @ pages/bilibiliVote.vue * now will not recreate the intersection observer and using an static `rootMargin` for elements with the default `topOffset=0`, that currently is `header.thread-title` in `<PostRendererListThread>` @ stores/viewportTopmostPost.ts * fix not expanding the start page without any cursor @ `<PostNav>` * replace the only usage of `Number.parseInt()` with `Number()` to fix ControlNet/wt-data-project.web#10 (comment) @ utils/post/queryForm/index.ts @ fe
- Loading branch information
Showing
4 changed files
with
58 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters