fix: Linear element complete button disabled (#8492)

This commit is contained in:
zsviczian 2024-09-12 14:59:38 +02:00 committed by GitHub
parent caf2db934c
commit d4900e8f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ export const actionFinalize = register({
onClick={updateData}
visible={appState.multiElement != null}
size={data?.size || "medium"}
style={{ pointerEvents: "all" }}
/>
),
});