mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
better comment
This commit is contained in:
@@ -52,8 +52,8 @@ class HTMLFormatter: NSObject {
|
||||
DTDefaultFontSize: font.pointSize,
|
||||
DTDefaultLinkDecoration: false,
|
||||
/* This fixes the issue where links are displayed in black
|
||||
but no matter the value provided, the color never changes
|
||||
from the default green one */
|
||||
on DTCoreText 1.6.26, the provided value does not matter
|
||||
the tintColor of the UI element will be used for links */
|
||||
DTDefaultLinkColor: "",
|
||||
DTWillFlushBlockCallBack: sanitizeCallback
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user