We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f9c0a commit f4386a6Copy full SHA for f4386a6
client/modules/menu/index.js
@@ -109,6 +109,7 @@ function getOptions({type}) {
109
110
const options = {
111
icon: true,
112
+ infiniteScroll: false,
113
beforeClose: Key.setBind,
114
beforeHide: Key.setBind,
115
beforeShow: exec.with(beforeShow, func),
package.json
@@ -89,7 +89,7 @@
89
"@cloudcmd/move-files": "^8.0.0",
90
"@cloudcmd/read-files-sync": "^2.0.0",
91
"@putout/cli-validate-args": "^2.0.0",
92
- "aleman": "^1.15.0",
+ "aleman": "^1.16.1",
93
"apart": "^2.0.0",
94
"chalk": "^5.3.0",
95
"compression": "^1.7.4",
0 commit comments