fix(client/rtl): split reversed

This commit is contained in:
Elian Doran
2025-10-21 18:07:45 +03:00
parent 68033580a5
commit 87d6771c47
3 changed files with 4 additions and 3 deletions

View File

@@ -4,9 +4,6 @@ import froca from "./froca.js";
import hoistedNoteService from "./hoisted_note.js";
import appContext from "../components/app_context.js";
/**
* @returns {string|null}
*/
async function resolveNotePath(notePath: string, hoistedNoteId = "root") {
const runPath = await resolveNotePathToSegments(notePath, hoistedNoteId);