mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
973902ced6
Implement search panel keyboard navigation using CSS grid, order and offscreen checkboxes GitOrigin-RevId: 67985d5ba90e8c139cbc505e4c380fc9c08337eb
7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
import 'cypress-plugin-tab'
|
|
import '../../frontend/stylesheets/style.less'
|
|
import './ct/window' // needs to be before i18n
|
|
import '../../frontend/js/i18n'
|
|
import './shared/commands'
|
|
import './shared/exceptions'
|
|
import './ct/commands'
|