Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
fix ci
  • Loading branch information
chunhtai committed Oct 20, 2023
commit 778801384445f1caf3b2a362cf36d7d22ffe960f
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/semantics/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ abstract class PrimaryRoleManager {
/// management intereferes with the widget's functionality.
PrimaryRoleManager.blank(this.role, this.semanticsObject);

late final DomElement element = _initElement(createElement());
late final DomElement element = _initElement(createElement(), semanticsObject);

/// The primary role identifier.
final PrimaryRole role;
Expand Down