From 837602e0cbd70c950bad2e48b3c6cdb0805fd179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=95=E7=9F=B3?= <125674614+zhen-shi@users.noreply.github.com> Date: Tue, 27 May 2025 13:00:57 +0800 Subject: [PATCH] fix(edit): fix the version that supports editing (#2263) --- Packages/Env/Sources/Env/CurrentInstance.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Env/Sources/Env/CurrentInstance.swift b/Packages/Env/Sources/Env/CurrentInstance.swift index 06a3f608..6c3a9772 100644 --- a/Packages/Env/Sources/Env/CurrentInstance.swift +++ b/Packages/Env/Sources/Env/CurrentInstance.swift @@ -28,7 +28,7 @@ import Observation } public var isEditSupported: Bool { - version >= 4 + version >= 3.5 } public var isEditAltTextSupported: Bool {