Skip to content

Commit 1e5aa90

Browse files
committed
设定键盘默认高度
1 parent a2f1d59 commit 1e5aa90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core.js/core.js

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class ModLoader {
232232
if (modId && modId.length >= 0) {
233233
const thisMod = this.MOD_LIST.mods[modId];
234234
try {
235+
$keyboard.height = 360;
235236
thisMod.runKeyboard();
236237
} catch (error) {
237238
$console.error(error);

0 commit comments

Comments
 (0)