forked from akai/readest
refactor(a11y): add basic lint for accessibility (#2021)
This commit is contained in:
@@ -8,6 +8,7 @@ const useSidebar = (initialWidth: string, isPinned: boolean) => {
|
||||
sideBarWidth,
|
||||
isSideBarVisible,
|
||||
isSideBarPinned,
|
||||
getSideBarWidth,
|
||||
setSideBarWidth,
|
||||
setSideBarVisible,
|
||||
setSideBarPin,
|
||||
@@ -37,6 +38,7 @@ const useSidebar = (initialWidth: string, isPinned: boolean) => {
|
||||
sideBarWidth,
|
||||
isSideBarPinned,
|
||||
isSideBarVisible,
|
||||
getSideBarWidth,
|
||||
handleSideBarResize,
|
||||
handleSideBarTogglePin,
|
||||
setSideBarVisible,
|
||||
|
||||
Reference in New Issue
Block a user