We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4caaaf commit d680102Copy full SHA for d680102
src/components/tw-settings-modal/settings-modal.jsx
@@ -294,7 +294,7 @@ const EnableDangerousOptimizations = props => (
294
/>
295
);
296
297
-const disableOffscreenRendering = props => (
+const DisableOffscreenRendering = props => (
298
<BooleanSetting
299
{...props}
300
label={
@@ -538,7 +538,7 @@ const SettingsModalComponent = props => (
538
id="pm.settingsModal.optimizations"
539
540
</Header>
541
- <disableOffscreenRendering
+ <DisableOffscreenRendering
542
value={props.disableOffscreenRendering}
543
onChange={props.onDisableOffscreenRenderingChange}
544
0 commit comments