mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Git plugin fixes.
This commit is contained in:
@@ -178,7 +178,9 @@ void PluginBase::onUnregister( UICodeEditor* editor ) {
|
||||
for ( auto editorIt : mEditorDocs )
|
||||
if ( editorIt.second == doc )
|
||||
return;
|
||||
|
||||
onUnregisterDocument( doc );
|
||||
|
||||
mDocs.erase( doc );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user