Skip to content

Commit 946f220

Browse files
author
Affolter Matias
committed
Fix css prop
1 parent cc73569 commit 946f220

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎client/chunk_5.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service-worker.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
2-
var REQUIRED_CACHE = "unless-update-cache-v883-required";
3-
var USEFUL_CACHE = "unless-update-cache-v883-useful";
4-
var STATIC_CACHE = "unless-update-cache-v883-static";
2+
var REQUIRED_CACHE = "unless-update-cache-v884-required";
3+
var USEFUL_CACHE = "unless-update-cache-v884-useful";
4+
var STATIC_CACHE = "unless-update-cache-v884-static";
55
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
66
var CHILD_CHUNK_REGEX = /chunk_([0-9]+)\.min\.js$/i;
77

‎src/js/components/PixelToolboxSwipeableViews.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ class PixelToolboxSwipeableViews extends React.PureComponent {
27782778
return (
27792779
<VirtualizeSwipeableViews
27802780
ignoreNativeScroll={true}
2781-
containerStyle={{overflow: "visible", contain: "size layout style", willChange: "inherit"}}
2781+
containerStyle={{overflow: "visible", contain: "size style", willChange: "inherit"}}
27822782
animateHeight={true}
27832783
animateTransitions={true}
27842784
disableLazyLoading={true}

0 commit comments

Comments
 (0)