fix(screenshot-capture): Prevent effect initialization on each toggle

This commit is contained in:
Mihai Uscat
2020-02-26 17:50:54 +02:00
committed by Jaya Allamsetty
parent 95eb551156
commit 2064fc8937
3 changed files with 51 additions and 33 deletions

View File

@@ -0,0 +1,5 @@
// @flow
import { getLogger } from '../base/logging/functions';
export default getLogger('features/screenshot-capture');