Enable smooth scrolling for layout `page`

This commit is contained in:
Cotes Chung 2022-01-05 19:31:31 +08:00
parent 4dd0c6d16f
commit b0815b53c0
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -66,7 +66,8 @@ const pageJs = () => {
`${JS_SRC}/commons/*.js`, `${JS_SRC}/commons/*.js`,
`${JS_SRC}/utils/checkbox.js`, `${JS_SRC}/utils/checkbox.js`,
`${JS_SRC}/utils/img-extra.js`, `${JS_SRC}/utils/img-extra.js`,
`${JS_SRC}/utils/clipboard.js` `${JS_SRC}/utils/clipboard.js`,
`${JS_SRC}/utils/smooth-scroll.js`
], 'page' ], 'page'
); );
}; };