mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-13 00:41:59 +03:00
TS: Converted app file and animations service
Extracted functions out of app file during changes to clean up. Altered animation function to use normal css prop names instead of JS CSS prop names.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {debounce} from '../services/util.ts';
|
||||
import {transitionHeight} from '../services/animations';
|
||||
import {transitionHeight} from '../services/animations.ts';
|
||||
import {Component} from './component';
|
||||
|
||||
export class DropdownSearch extends Component {
|
||||
|
Reference in New Issue
Block a user