本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
67
Wiki
活動
瀏覽代碼
Fix autocomplete issue on mobile
pull/521/head
Guillaume Vincent
4 年之前
父節點
f46a54c65e
當前提交
b29a08bb66
共有
2 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mobile/src/password/PasswordGeneratorScreen.js
+1
-1
mobile/src/password/site/AutocompleteSite.js
+ 1
- 0
mobile/src/password/PasswordGeneratorScreen.js
查看文件
@@ -157,6 +157,7 @@ export class PasswordGeneratorScreen extends Component {
>
<View style={{ flex: 1 }}>
<ScrollView
keyboardShouldPersistTaps="always"
style={{
flex: 1,
padding: 12,
+ 1
- 1
mobile/src/password/site/AutocompleteSite.js
查看文件
@@ -71,7 +71,7 @@ export default class AutocompleteSite extends Component {
top: 64,
left: 0,
right: 0,
zIndex:
2
zIndex:
5
}}
>
{highlightedItems.map((highlightedItem, i) => {
Write
Preview
Loading…
取消
儲存