1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-01 11:24:59 +02:00
This commit is contained in:
Kyle Spearrin 2019-06-08 01:04:31 -04:00
parent 6cdf84dcb7
commit 5f16066641

View File

@ -482,6 +482,7 @@
<StackLayout StyleClass="box-row, box-row-input">
<Editor
x:Name="_notesEditor"
AutoSize="TextChanges"
Text="{Binding Cipher.Notes}"
StyleClass="box-value" />
</StackLayout>