1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

GH-405 Set the target of the actions

This commit is contained in:
Tae Won Ha 2017-03-29 20:03:44 +02:00
parent d9389e2077
commit 289e906d38
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -46,6 +46,7 @@ class FileBrowser: NSView,
self.addViews()
self.showHiddenMenuItem.target = self
self.innerCustomToolbar.fileBrowser = self
source
.observeOn(MainScheduler.instance)