Skip to content

Commit b273ecd

Browse files
committed
fix: invalidate queryBuildingDriverCache in setEnabled()
1 parent b00608c commit b273ecd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TablePro/Core/Plugins/PluginManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ final class PluginManager {
871871
unregisterCapabilities(pluginId: pluginId)
872872
}
873873

874+
queryBuildingDriverCache.removeAll()
874875
Self.logger.info("Plugin '\(pluginId)' \(enabled ? "enabled" : "disabled")")
875876
}
876877

0 commit comments

Comments
 (0)