File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { updateAllCubeOutlines } from 'src/mods/cube'
33import { SUPPORTED_MINECRAFT_VERSIONS } from 'src/systems/global'
44import BlueprintSettingsDialogSvelteComponent from '../../components/blueprintSettingsDialog.svelte'
55import { PACKAGE } from '../../constants'
6- import { updateRenderBoxPreview , updateRotationLock } from '../../formats/blueprint'
6+ import { updateRotationLock } from '../../formats/blueprint'
77import { defaultValues , type ExportMode } from '../../formats/blueprint/settings'
88import { sanitizeStorageKey } from '../../util/minecraftUtil'
99import { Valuable } from '../../util/stores'
@@ -134,7 +134,6 @@ export function openBlueprintSettingsDialog() {
134134 preventKeybinds : true ,
135135 onConfirm ( ) {
136136 setSettings ( settings )
137- updateRenderBoxPreview ( )
138137 updateRotationLock ( )
139138 updateAllCubeOutlines ( )
140139 Canvas . updateAll ( )
You can’t perform that action at this time.
0 commit comments