We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe263b commit 767311aCopy full SHA for 767311a
src/Annotator/index.js
@@ -90,6 +90,7 @@ export const Annotator = ({
90
hideHeaderText,
91
hideNext,
92
hidePrev,
93
+ allowComments,
94
}: Props) => {
95
if (typeof selectedImage === "string") {
96
selectedImage = (images || []).findIndex((img) => img.src === selectedImage)
@@ -125,6 +126,7 @@ export const Annotator = ({
125
126
history: [],
127
videoName,
128
keypointDefinitions,
129
130
...(annotationType === "image"
131
? {
132
selectedImage,
0 commit comments