Skip to content

Commit ace996b

Browse files
committed
fix(test-results-bar): disable template-lint for pointer down event
Add a template-lint-disable comment to allow pointer down event binding in the resize handler. This change is necessary to prevent linting errors and enable proper event handling for resizing when the component is expanded.
1 parent 9bcef87 commit ace996b

File tree

1 file changed

+1
-0
lines changed
  • app/components/course-page/test-results-bar

1 file changed

+1
-0
lines changed

app/components/course-page/test-results-bar/index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
...attributes
66
>
77
{{#if this.isExpanded}}
8+
{{! template-lint-disable no-pointer-down-event-binding }}
89
<div
910
class="group/resize-handler h-3 bg-transparent absolute top-0 left-0 right-0 flex items-center justify-center cursor-ns-resize z-10"
1011
role="button"

0 commit comments

Comments
 (0)