Skip to content

Commit

Permalink
feat: jobs log won't be visible onHover
Browse files Browse the repository at this point in the history
  • Loading branch information
aap01 committed Apr 1, 2024
1 parent 6624e44 commit 16af8bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions ui/lib/feature/gseet_input/presentation/job_list_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class JobListWidget extends StatelessWidget {
onTap: () {
onTap.call(index);
},
onHover: (value) {
if (value) {
onTap.call(index);
}
},
);
},
separatorBuilder: (context, index) {
Expand Down
5 changes: 0 additions & 5 deletions ui/lib/feature/gseet_input/presentation/job_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ class JobListWidget extends StatelessWidget {
onTap: () {
onTap.call(index);
},
onHover: (value) {
if (value) {
onTap.call(index);
}
},
),
);
},
Expand Down

0 comments on commit 16af8bf

Please sign in to comment.