From affdd846ebaad33aa0dcddbaa7fa2b1424e0709c Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 31 Oct 2023 19:44:53 +0700 Subject: [PATCH] TF-2259 Fix suggestion displayed on top when having many recipients Signed-off-by: dab246 --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c6ec89794a..2c1b4b3f75 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1552,8 +1552,8 @@ packages: dependency: "direct main" description: path: "." - ref: master - resolved-ref: "7a78bff62891a6bfcad08106c2e9034a2c9661d8" + ref: "bugfix/fix-suggestion-displayed-on-top-when-having-many-tags" + resolved-ref: d8711a759932297fc411e9e2993d05d3533b14de url: "https://github.com/dab246/super_tag_editor.git" source: git version: "0.2.0" diff --git a/pubspec.yaml b/pubspec.yaml index 3462778164..bad466acf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -84,7 +84,7 @@ dependencies: super_tag_editor: git: url: https://github.com/dab246/super_tag_editor.git - ref: master + ref: bugfix/fix-suggestion-displayed-on-top-when-having-many-tags ### Dependencies from pub.dev ### cupertino_icons: 1.0.5