mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
TS: Converted dom and keyboard nav services
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import {escapeHtml} from '../services/util.ts';
|
||||
import {onChildEvent} from '../services/dom';
|
||||
import {onChildEvent} from '../services/dom.ts';
|
||||
import {Component} from './component';
|
||||
import {KeyboardNavigationHandler} from '../services/keyboard-navigation';
|
||||
import {KeyboardNavigationHandler} from '../services/keyboard-navigation.ts';
|
||||
|
||||
const ajaxCache = {};
|
||||
|
||||
|
Reference in New Issue
Block a user