Merge branch 'main' into fix/scroll-direction-pixels

This commit is contained in:
Simon
2026-04-02 18:31:56 +08:00
committed by GitHub
47 changed files with 978 additions and 680 deletions

View File

@@ -218,6 +218,7 @@ export class PageController extends EventTarget {
* Clean up all element highlights
*/
async cleanUpHighlights(): Promise<void> {
console.log('[PageController] cleanUpHighlights')
dom.cleanUpHighlights()
}
@@ -424,3 +425,5 @@ export class PageController extends EventTarget {
this.mask = null
}
}
export * from './actions'