mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Fix #196 Reimplement placed feature preview
This commit is contained in:
@@ -45,7 +45,7 @@ export const NoiseSettingsPreview = ({ data, shown, version }: PreviewProps) =>
|
||||
}, [state, seed, shown])
|
||||
|
||||
return <>
|
||||
<div class="controls">
|
||||
<div class="controls preview-controls">
|
||||
{focused && <Btn label={`Y = ${focused}`} class="no-pointer" />}
|
||||
{checkVersion(version, undefined, '1.17') &&
|
||||
<BtnMenu icon="gear" tooltip={locale('terrain_settings')}>
|
||||
|
||||
Reference in New Issue
Block a user