forked from 77media/video-flow
Merge branch '20251016_hide_quick_action' into dev
This commit is contained in:
commit
182712b80a
@ -237,8 +237,7 @@ const { isMobile, isTablet, isDesktop } = useDeviceType();
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* 快捷操作标签组 */}
|
||||
<QuickActionTags
|
||||
{/* <QuickActionTags
|
||||
onTagClick={(action: QuickAction) => {
|
||||
// 将标签文本添加到输入框
|
||||
setText(action.label);
|
||||
@ -248,7 +247,7 @@ const { isMobile, isTablet, isDesktop } = useDeviceType();
|
||||
adjustHeight();
|
||||
}
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
|
||||
<motion.div
|
||||
layout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user