Skip to content

Commit a31d6df

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class DocumentPageReferenceField extends HtmlField {
99
this.orm = useService("orm");
1010
this.action = useService("action");
1111
onMounted(() => {
12-
1312
const links = document.querySelectorAll(".oe_direct_line");
1413
links.forEach((link) => {
1514
link.addEventListener("click", (event) =>

0 commit comments

Comments
 (0)