mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-29 00:34:26 +03:00
GH-383 Set tooltip to the selected file path
This commit is contained in:
parent
d2f15d0e17
commit
24aa03d7e0
@ -63,6 +63,7 @@ class HtmlPreviewTool: NSView, UiComponent, WKNavigationDelegate {
|
||||
self.reloadWebview(with: serverUrl.payload)
|
||||
}
|
||||
|
||||
self.innerCustomToolbar.selectHtmlFile.toolTip = (htmlFileUrl.path as NSString).abbreviatingWithTildeInPath
|
||||
self.mark = serverUrl.mark
|
||||
self.reloadWebview(with: serverUrl.payload)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user