Skip to content

Commit

Permalink
make the sdk version text selectable (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Mar 21, 2024
1 parent 6f64936 commit fc05af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sketch_pad/lib/versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class VersionTable extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
const Divider(),
Text(versionText),
SelectableText(versionText),
const Divider(),
const SizedBox(height: denseSpacing),
Expanded(
Expand Down

0 comments on commit fc05af8

Please sign in to comment.