Closed kamecha closed 10 months ago
before this PR, ddu#ui#winids({name}) return bellow
ddu#ui#winids({name})
after this PR, return bellow
NOTE: to get previewWinId, I add getter to PreviewUi class. but there are other better method to get previewWinId.
PreviewUi
before this PR,
ddu#ui#winids({name})
return bellowafter this PR, return bellow
NOTE: to get previewWinId, I add getter to
PreviewUi
class. but there are other better method to get previewWinId.