From 8aa53ed3a8c52e80f48efc4c4d07056c04cdf225 Mon Sep 17 00:00:00 2001 From: ruinivist <179396038+ruinivist@users.noreply.github.com> Date: Sun, 31 May 2026 13:58:33 +0000 Subject: [PATCH] refactor: remove redundant fallback and legacy handling on drawing load failure This commit simplifies `loadDrawing` in `useDrawingSession.ts` by removing silent fallbacks that were fetching the drawing list and redirecting users or auto-creating drawings when loading a specific drawing failed. Instead, the error state is simply set, ensuring errors surface cleanly.