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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user