🐛 修复搜索无法输入内容的BUG
This commit is contained in:
@@ -392,8 +392,8 @@
|
||||
});
|
||||
|
||||
$(document).keydown(e => {
|
||||
e.preventDefault();
|
||||
if (e.keyCode === 65 && (e.altKey || e.metaKey)) {
|
||||
e.preventDefault();
|
||||
ds.setSelection($(PHOTOS_ITEM));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user