aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorGeorge Rusu <george@tagg.id>2021-05-25 13:22:52 -0700
committerGeorge Rusu <george@tagg.id>2021-05-25 13:22:52 -0700
commita5ef509d2a1f79d85c76ee766dabe96acac2a989 (patch)
tree82a602675546719e214db6af10f930af56730657 /src/screens/profile/CaptionScreen.tsx
parent5afdf9208fd3d7498a2595797e6c9fb5f567fc61 (diff)
Add layering functionality when editing tags
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index 188ccc1f..731e001c 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -118,6 +118,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
taggedUsers.map((u, index) => ({
x: index * 50 - 150,
y: index * 50 - 150,
+ z: 1,
user_id: u.id,
})),
);