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

Reactor slightly

This commit is contained in:
Tae Won Ha 2020-01-18 13:47:39 +01:00
parent 1e5c0365b2
commit 35472e3d26
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -43,6 +43,7 @@ class OpenQuicklyWindow: NSObject,
// Call this only when quitting
func cleanUp() { self.fileServicesPerRootUrl.removeAll() }
// MARK: - Private
private let emit: (Action) -> Void
private let disposeBag = DisposeBag()