File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export default Component.extend({
172
172
[ ` didInsertElement() ` ] [ did-insert-element ] is also a good place to
173
173
attach event listeners. This is particularly useful for custom events or
174
174
other browser events which do not have a [ built-in event
175
- handler] ( ../components /handling-events/#toc_event-names ) .
175
+ handler] ( ./handling-events/#toc_event-names ) .
176
176
177
177
For example, perhaps you have some custom CSS animations trigger when the component
178
178
is rendered and you want to handle some cleanup when it ends:
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export default Component.extend({
172
172
[ ` didInsertElement() ` ] [ did-insert-element ] is also a good place to
173
173
attach event listeners. This is particularly useful for custom events or
174
174
other browser events which do not have a [ built-in event
175
- handler] ( ../components /handling-events/#toc_event-names ) .
175
+ handler] ( ./handling-events/#toc_event-names ) .
176
176
177
177
For example, perhaps you have some custom CSS animations trigger when the component
178
178
is rendered and you want to handle some cleanup when it ends:
You can’t perform that action at this time.
0 commit comments