Timestamp formatting broke text selection, so the int64 unix timestamp is formatted to a string before being added to the console component. This solved most of the highlighting issues I encountered.
This commit is contained in:
@@ -338,7 +338,7 @@ type
|
||||
type
|
||||
ConsoleItem* = ref object
|
||||
itemType*: LogType
|
||||
timestamp*: int64
|
||||
timestamp*: string
|
||||
text*: string
|
||||
|
||||
ConsoleItems* = ref object
|
||||
|
||||
Reference in New Issue
Block a user