fix(a11y): fix highlight of selected blindness color filter (#9179)

fix(a11y): fix highlight of selected blindness color filter
This commit is contained in:
Michael Shilman 2019-12-18 18:11:20 +08:00 committed by GitHub
commit a19f606778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,9 +87,7 @@ export const ColorBlindness: FunctionComponent = () => {
if (iframe) {
iframe.style.filter = getFilter(activeState);
setActiveState({
active: activeState,
});
setActiveState(activeState);
} else {
logger.error('Cannot find Storybook iframe');
}