Skip to content

Commit

Permalink
clicking on faded text now transitions to editing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Aug 26, 2024
1 parent 6fbc98c commit 850a9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ilios-common/addon/components/editable-field.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
{{else}}
<FadeText
@text={{@value}}
{{on "click" (fn this.setIsEditing true)}}
@onEdit={{fn this.setIsEditing true}}
as |displayText expand collapse isFaded expanded|
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.fade-text-control {
bottom: 140px;
cursor: pointer;
height: 130px;
padding-top: 140px;
position: relative;
Expand Down

0 comments on commit 850a9a2

Please sign in to comment.