Fix dropdown menu of skin library
This commit is contained in:
parent
059c948b1c
commit
d418083495
@ -1,6 +1,7 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
import './public-path' // Must be first
|
||||
import 'jquery'
|
||||
import 'bootstrap/js/collapse'
|
||||
import 'bootstrap/js/dropdown'
|
||||
import 'bootstrap/js/modal'
|
||||
import 'bootstrap/js/transition'
|
||||
|
3
resources/misc/changelogs/en/4.1.4.md
Normal file
3
resources/misc/changelogs/en/4.1.4.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Fixed
|
||||
|
||||
- Fixed dropdown menu of skin library for mobile users.
|
3
resources/misc/changelogs/zh_CN/4.1.4.md
Normal file
3
resources/misc/changelogs/zh_CN/4.1.4.md
Normal file
@ -0,0 +1,3 @@
|
||||
## 修复
|
||||
|
||||
- 修复移动端下皮肤库下拉菜单失效的问题
|
Loading…
Reference in New Issue
Block a user