1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

TS: Coverted util service

This commit is contained in:
Dan Brown
2024-10-10 12:03:24 +01:00
parent a58102d6ef
commit 2e8d6ce7d9
9 changed files with 32 additions and 38 deletions

View File

@ -1,5 +1,5 @@
import * as DOM from '../services/dom';
import {scrollAndHighlightElement} from '../services/util';
import {scrollAndHighlightElement} from '../services/util.ts';
import {Component} from './component';
function toggleAnchorHighlighting(elementId, shouldHighlight) {