From 775333bc8fcd68835c57d55206d40b88711c324e Mon Sep 17 00:00:00 2001 From: Guilherme Girotto Date: Fri, 23 Jul 2021 16:25:22 -0300 Subject: [PATCH] Removes `QuillEditor` cursor - Relates #132 --- CHANGELOG.md | 1 + lib/application/pages/execution/execution_terminal.dart | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f6ef3e..993d6413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/application/pages/execution/execution_terminal.dart b/lib/application/pages/execution/execution_terminal.dart index b5c1d556..c4319406 100644 --- a/lib/application/pages/execution/execution_terminal.dart +++ b/lib/application/pages/execution/execution_terminal.dart @@ -185,6 +185,7 @@ class ExecutionTerminal extends HookWidget { horizontal: context.rawSpacing(Spacing.medium), ), autoFocus: false, + showCursor: false, readOnly: true, expands: false, );