Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fixing Link Semantics Typo #13009

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class SemanticsFlag {
///
/// Platforms have special handling for links, for example, iOS's VoiceOver
/// provides an additional hint when the focused object is a link.
static const SemanticsFlag isLink = SemanticsFlag._(_kIsButtonIndex);
static const SemanticsFlag isLink = SemanticsFlag._(_kIsLinkIndex);

/// Whether the semantic node represents a text field.
///
Expand Down