From 41e57d28cf4e700519c7a03b24fcf5cd075f686d Mon Sep 17 00:00:00 2001 From: tim h Date: Mon, 12 Dec 2022 21:05:04 -0600 Subject: [PATCH] whoops --- js/ui/tool/dream.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js index b613284..3e6baae 100644 --- a/js/ui/tool/dream.js +++ b/js/ui/tool/dream.js @@ -1011,12 +1011,12 @@ const dreamTool = () => max: 2048, step: 128, textStep: 2, - // cb: () => { - // if (stableDiffusionData.sync_cursor_size) { - // state.ignorePrevious = true; - // resSlider.value = state.cursorSize; - // } - // }, + cb: () => { + if (stableDiffusionData.sync_cursor_size) { + state.ignorePrevious = true; + resSlider.value = state.cursorSize; + } + }, } );