Skip to content

Commit 9bc3ae5

Browse files
authored
fix(frontend): fix image scroll fetching (#643)
1 parent 9fd79a0 commit 9bc3ae5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
"vite-plugin-svgr": "^2.4.0",
113113
"vite-plugin-ts-mono-alias": "^1.1.8"
114114
}
115-
}
115+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@
100100
"gauge": "^2.7.4",
101101
"react-ace": "^10.1.0"
102102
}
103-
}
103+
}

packages/image-annotator-react/src/Sidebar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default function Sidebar({ renderSidebar }: SidebarProps) {
109109
}
110110

111111
return (
112-
<Wrapper collapsed={collapsed}>
112+
<Wrapper collapsed={collapsed} className="labelu-image__sidebar">
113113
{sidebar || (
114114
<Cards>
115115
{samples.map((sample, index) => {

0 commit comments

Comments
 (0)