From 41cbd393bd22578abbb7c2d60500b33bb919da0e Mon Sep 17 00:00:00 2001 From: ruinivist <179396038+ruinivist@users.noreply.github.com> Date: Sun, 31 May 2026 14:16:53 +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.