mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
move src/scrolling.ts into src/content
This commit is contained in:
parent
b181840ceb
commit
2d16c4d925
2 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ import * as SELF from "./.excmds_content.generated"
|
|||
Messaging.addListener("excmd_content", Messaging.attributeCaller(SELF))
|
||||
import * as DOM from "./dom"
|
||||
import { executeWithoutCommandLine } from "@src/content/commandline_content"
|
||||
import * as scrolling from "./scrolling"
|
||||
import * as scrolling from "@src/content/scrolling"
|
||||
// }
|
||||
|
||||
//#background_helper
|
||||
|
|
Loading…
Add table
Reference in a new issue