TDKCandidates // Fix an issue to draw reverse lookup results correctly.
This commit is contained in:
parent
b77a8f6295
commit
6ed08e5355
|
@ -297,7 +297,7 @@ extension VwrCandidateTDK {
|
|||
if !tooltip.isEmpty {
|
||||
Text(tooltip).lineLimit(1)
|
||||
}
|
||||
if controller?.delegate?.showReverseLookupResult ?? true, !tooltip.isEmpty {
|
||||
if controller?.delegate?.showReverseLookupResult ?? true, !reverseLookupResult.joined().isEmpty {
|
||||
reverseLookupPane.padding(0)
|
||||
}
|
||||
Spacer(minLength: 0)
|
||||
|
|
Loading…
Reference in New Issue