Add activity input for controlled docs (#10470)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-02-02 11:30:24 +07:00
committed by GitHub
parent ba532a080e
commit cfc48e2497
2 changed files with 8 additions and 2 deletions
@@ -286,8 +286,9 @@
props={{
object: $controlledDocument,
showCommenInput: true,
boundary,
focusIndex: 1000
boundary: boundary ?? undefined,
focusIndex: 1000,
shouldScroll: false
}}
/>
</div>