このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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) => {
書き込み
プレビュー
読み込み中…
キャンセル
保存