fix bug #4
This commit is contained in:
parent
ea6bc0a7bd
commit
552f53bd91
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class LabelTableViewCell: UITableViewCell {
|
||||||
}
|
}
|
||||||
|
|
||||||
override func copy(_ sender: Any?) {
|
override func copy(_ sender: Any?) {
|
||||||
UIPasteboard.general.string = contentLabel.text
|
UIPasteboard.general.string = cellData?.content
|
||||||
}
|
}
|
||||||
|
|
||||||
func revealPassword(_ sender: Any?) {
|
func revealPassword(_ sender: Any?) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue