Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user