앱 전략편집기 수정

This commit is contained in:
Macbook
2026-06-15 00:52:54 +09:00
parent 2a2fe74933
commit 4a7fbcd582
3 changed files with 79 additions and 173 deletions
@@ -142,6 +142,7 @@ import {
} from '../utils/strategyImportExport';
import PaletteChip from './strategyEditor/PaletteChip';
import PaletteDragOverlay from './strategyEditor/PaletteDragOverlay';
import { needsPointerPaletteDrag } from '../utils/paletteDragSession';
import SePanelCollapseHandle from './strategyEditor/SePanelCollapseHandle';
import {
clampPanelSize,
@@ -1617,7 +1618,7 @@ export default function StrategyEditorPage({ theme, onNavigateToBacktest }: Prop
return (
<div className={`se-page se-page--${theme}`}>
<PaletteDragOverlay />
{needsPointerPaletteDrag() ? <PaletteDragOverlay /> : null}
{saveToast && (
<div className="se-save-toast"> DB에 .</div>
)}