diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-28 14:18:28 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-28 14:18:28 -0400 |
| commit | bc53d54319780c4f9ca4f9ed3d8493cb82dd7486 (patch) | |
| tree | 9a398aee54ecebfd1dbf3359cabff25a19c1862a /src/client/documents | |
| parent | 6e0994d6b221ee1045e313554533ecc48c24f65d (diff) | |
| parent | b25dac80353e522c74aade90c3df8f01f38de0b7 (diff) | |
Merge branch 'master' into linking-anh
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index c2cdf7f72..f1db3e32c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -1333,9 +1333,7 @@ export namespace DocUtils { newCollection.x = NumCast(newCollection.x) + NumCast(newCollection._width) / 2 - 55; newCollection.y = NumCast(newCollection.y) + NumCast(newCollection._height) / 2 - 55; newCollection._width = newCollection._height = 110; - //newCollection.borderRounding = "40px"; newCollection._jitterRotation = 10; - newCollection._backgroundColor = "gray"; return newCollection; } |
