1
0
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:
Dan Brown
2024-10-11 21:55:51 +01:00
parent f41c02cbd7
commit 209fa04752
28 changed files with 87 additions and 98 deletions

View File

@ -2,7 +2,7 @@ import {Component} from './component';
import {Clipboard} from '../services/clipboard.ts';
import {
elem, getLoading, onSelect, removeLoading,
} from '../services/dom';
} from '../services/dom.ts';
export class Dropzone extends Component {