Description
composables/useScroll and utils/scrollUtils don't seem to be referenced anywhere. If they aren't used, we should remove them
$> rg scrollUtils
ext.wikilambda.app/utils/scrollUtils.js
8:const scrollUtils = {
160:module.exports = scrollUtils;
ext.wikilambda.app/composables/useScroll.js
11:const scrollUtils = require( '../utils/scrollUtils.js' );
31: return scrollUtils.scrollToElement( elementId, options );
41: return scrollUtils.scrollToCurrentHash( options );
52: return scrollUtils.scrollToElementWithRetry( elementId, options );
63: return scrollUtils.scrollToCurrentHashWithRetry( options );
82: debouncedHashScroll.value = scrollUtils.createDebouncedHashScroll( options );
&> rg useScroll
composables/useScroll.js
4: * @module ext.wikilambda.app.composables.useScroll
19:module.exports = function useScroll() {Completion checklist
- Before closing this task, review one by one the checklist available here: https://www.mediawiki.org/wiki/Abstract_Wikipedia_team/Definition_of_Done#Front-end_Task/Bug_Completion_Checklist