mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 10:47:42 +02:00
Add activity input for controlled docs (#10470)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
+3
-2
@@ -286,8 +286,9 @@
|
||||
props={{
|
||||
object: $controlledDocument,
|
||||
showCommenInput: true,
|
||||
boundary,
|
||||
focusIndex: 1000
|
||||
boundary: boundary ?? undefined,
|
||||
focusIndex: 1000,
|
||||
shouldScroll: false
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user