Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Stefan Zermatten
2023-08-02 08:54:53 +02:00
2 changed files with 1 additions and 3 deletions

View File

@@ -60,8 +60,6 @@ const insertPropertyFromLibraryNode = new ValidatedMethod({
nodeIds.forEach(nodeId => {
// TODO: Check library view permission for each node before starting
node = insertPropertyFromNode(nodeId, ancestors, order);
// Increment order, slightly, to keep the nodes inserted in the given id order
order += 0.001;
});
// get one of the root inserted docs

View File

@@ -1,6 +1,6 @@
{
"name": "dicecloud",
"version": "2.0.53",
"version": "2.0.55",
"description": "Unofficial Online Realtime D&D 5e App",
"license": "GPL-3.0",
"repository": {