refactor(SelectionAssistant): prevent selecting footer buttons (#8281)

This commit is contained in:
one
2025-07-18 22:25:30 +08:00
committed by GitHub
parent 92513024b5
commit e8f1b229b2
@@ -229,6 +229,7 @@ const OpButton = styled.div<{ $isWindowFocus: boolean; $isHovered?: boolean }>`
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
.btn-icon {
color: var(--color-text-secondary);