mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
iPhone/iPad: Prevent long presses on tiddlylinks from triggering a preview
This commit is contained in:
parent
0b1fc8e574
commit
d62a16ee46
@ -397,6 +397,7 @@ a.tc-tiddlylink {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: <<colour tiddler-link-foreground>>;
|
color: <<colour tiddler-link-foreground>>;
|
||||||
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
||||||
|
-webkit-touch-callout: none; /* Prevents long presses from bringing up a link preview */
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sidebar-lists a.tc-tiddlylink {
|
.tc-sidebar-lists a.tc-tiddlylink {
|
||||||
|
Loading…
Reference in New Issue
Block a user