[
https://issues.apache.org/jira/browse/BEAM-13515?focusedWorklogId=711273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-711273
]
ASF GitHub Bot logged work on BEAM-13515:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jan/22 10:47
Start Date: 19/Jan/22 10:47
Worklog Time Spent: 10m
Work Description: miamihotline commented on a change in pull request
#16373:
URL: https://github.com/apache/beam/pull/16373#discussion_r787618883
##########
File path:
playground/frontend/lib/modules/editor/components/editor_textarea.dart
##########
@@ -51,6 +60,7 @@ class EditorTextArea extends StatefulWidget {
class _EditorTextAreaState extends State<EditorTextArea> {
CodeController? _codeController;
+ FocusNode focusNode = FocusNode();
Review comment:
Okay, thank you for the suggestion, I'll change this line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 711273)
Time Spent: 50m (was: 40m)
> [Playground] Hiding lines in an example that are not necessary
> --------------------------------------------------------------
>
> Key: BEAM-13515
> URL: https://issues.apache.org/jira/browse/BEAM-13515
> Project: Beam
> Issue Type: New Feature
> Components: beam-playground
> Reporter: Artur Khanin
> Assignee: Alexander Zhuravlev
> Priority: P2
> Labels: beam-playground-frontend, beam-playground-sprint-6
> Time Spent: 50m
> Remaining Estimate: 0h
>
> As a Beam Playground {*}user{*}, I want to open any example on the first line
> skipping license/imports/tag, so I can see the actual start of the example
> code.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)