Skip to content

Commit beb4ddb

Browse files
authored
Merge pull request #664 from Original-Recipe/feat-videoClipAttributeInput
feat: Add new comments
2 parents 3c1beda + 0b07ffd commit beb4ddb

File tree

1 file changed

+1
-0
lines changed
  • packages/lb-components/src/views/MainView/sidebar/VideoClipToolAttributeList

1 file changed

+1
-0
lines changed

packages/lb-components/src/views/MainView/sidebar/VideoClipToolAttributeList/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const VideoClipToolAttributeList: React.FC<IProps> = (props) => {
6464
return null;
6565
}
6666

67+
// If the attribute configuration is not enabled, return null
6768
if (config.attributeConfigurable !== true) {
6869
return null;
6970
}

0 commit comments

Comments
 (0)