1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +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

@@ -1,5 +1,5 @@
import {fadeIn, fadeOut} from '../services/animations.ts';
import {onSelect} from '../services/dom';
import {onSelect} from '../services/dom.ts';
import {Component} from './component';
/**