remove shared global scene and attach it to every instance (#1706)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Aakansha Doshi
2020-07-30 11:20:59 +02:00
committed by GitHub
co-authored by dwelle
parent 54f8d8f820
commit 20500b7822
9 changed files with 219 additions and 184 deletions
-1
View File
@@ -125,7 +125,6 @@ export const newTextElement = (
},
{},
);
return textElement;
};