From 795a1e94f0e7b52f4cdf9f65dfbb3cf7d40aca5d Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 9 Dec 2022 09:17:13 +0000 Subject: [PATCH] fix `a` elements selection --- packages/app/src/theme/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/theme/index.less b/packages/app/src/theme/index.less index de39e472..c5e01310 100755 --- a/packages/app/src/theme/index.less +++ b/packages/app/src/theme/index.less @@ -46,7 +46,7 @@ html { font-family: var(--fontFamily); } - *:not(input):not(textarea) { + *:not(input):not(textarea):not(a) { -webkit-user-select: none; /* disable selection/Copy of UIWebView */ -webkit-touch-callout: none;