From c934dbad840ac9549bf70d1ba21a8f9d0a05ce83 Mon Sep 17 00:00:00 2001 From: fish Date: Thu, 16 Jul 2026 21:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=8C=E6=88=90=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=8E=E9=94=AE=E7=9B=98=E7=9A=84=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/ClipEditViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note/ClipEditViewController.swift b/Note/ClipEditViewController.swift index 51597f1..ae10626 100644 --- a/Note/ClipEditViewController.swift +++ b/Note/ClipEditViewController.swift @@ -54,7 +54,7 @@ class ClipEditViewController: UIViewController { UIView.animate(withDuration: duration, delay: 0, options: .beginFromCurrentState) { self.textView.contentInset.bottom = keyboardHeight self.textView.verticalScrollIndicatorInsets.bottom = keyboardHeight - self.floatingDoneButtonBottomConstraint.constant = -(keyboardHeight + 16) + self.floatingDoneButtonBottomConstraint.constant = -(keyboardHeight + 8) self.floatingDoneButton.alpha = 1 self.view.layoutIfNeeded() }