Browse Source

change x and y of text on tree

pull/4/head
欧醚 4 years ago
parent
commit
6dd757a495
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/mastodon/features/status/index.js

+ 2
- 2
app/javascript/mastodon/features/status/index.js View File

@ -549,8 +549,8 @@ class Status extends ImmutablePureComponent {
animated
keyProp = {"statusId"}
textProps={{
dx: -4,
dy: -6
x: -9,
y: -7
}}
gProps={{
className: 'node',

Loading…
Cancel
Save