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,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