Skip to content

Commit

Permalink
Removes QuillEditor cursor - Relates #132
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirotto committed Jul 23, 2021
1 parent a3f6718 commit 775333b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ a beta or production release, they must be documented here).

## Updated
- Android & iOS Fastfiles to automatically distribute uploaded builds to external testers.
- `QuillEditor` removing cursor.

## [0.1.0] - 2021-07-16

Expand Down
1 change: 1 addition & 0 deletions lib/application/pages/execution/execution_terminal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class ExecutionTerminal extends HookWidget {
horizontal: context.rawSpacing(Spacing.medium),
),
autoFocus: false,
showCursor: false,
readOnly: true,
expands: false,
);
Expand Down

0 comments on commit 775333b

Please sign in to comment.