mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-19 19:51:21 +08:00
TS: Converted dom and keyboard nav services
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Sortable, {MultiDrag} from 'sortablejs';
|
||||
import {Component} from './component';
|
||||
import {htmlToDom} from '../services/dom';
|
||||
import {htmlToDom} from '../services/dom.ts';
|
||||
|
||||
// Auto sort control
|
||||
const sortOperations = {
|
||||
|
Reference in New Issue
Block a user