Skip to content

Commit fc69e98

Browse files
[FIX] document_page_reference: pre-commit fixes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8bfe4f8 commit fc69e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document_page_reference/static/src/js/editor.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class DocumentPageReferenceField extends HtmlField {
99
this.orm = useService("orm");
1010
this.action = useService("action");
1111
onMounted(() => {
12-
// eslint-disable-next-line no-undef
12+
1313
const links = document.querySelectorAll(".oe_direct_line");
1414
links.forEach((link) => {
1515
link.addEventListener("click", (event) =>

0 commit comments

Comments
 (0)