Automatically closed - issue fixed for 2 weeks with no activity.
When reviewing the 8.x-1.x branch, the block plugin submit invalidates all render cache.
See https://git.drupalcode.org/project/google_translator/-/blob/8.x-1.x/src/...
$this->cacheRender->invalidateAll();
This seems like a heavy handed approach to managing/invalidating cache. I think pages using this block will be invalidated by its block cache tag invalidation, right?
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.