mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(core): editor height incorrect (#3799)
This commit is contained in:
@@ -104,6 +104,7 @@ export const WorkspaceCard = ({
|
||||
</StyledWorkspaceInfo>
|
||||
<StyledSettingLink
|
||||
className="setting-entry"
|
||||
data-testid="workspace-card-setting-button"
|
||||
onClick={e => {
|
||||
e.stopPropagation();
|
||||
onSettingClick(meta.id);
|
||||
|
||||
Reference in New Issue
Block a user