mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
persist request/folder uids after request/folder resequencing and ui updates (#4611)
* move file/folder uids to new paths * drag file/folder preview ui updates, can item be dropped ui hint check --------- Co-authored-by: lohit <lohit@usebruno.com>
This commit is contained in:
@@ -341,7 +341,8 @@ const addDirectory = async (win, pathname, collectionUid, collectionPath) => {
|
||||
collectionUid,
|
||||
pathname,
|
||||
name,
|
||||
seq
|
||||
seq,
|
||||
uid: getRequestUid(pathname)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user