Archived
Configured colours and added additional images to ready app for iOS 13 dark mode
This commit is contained in:
Generated
+4
-4
@@ -1288,8 +1288,8 @@ open class Element: Node {
|
||||
return super.copy(clone: clone, parent: parent)
|
||||
}
|
||||
|
||||
override public var hashValue: Int {
|
||||
return super.hashValue ^ _tag.hashValue
|
||||
}
|
||||
|
||||
override public func hash(into hasher: inout Hasher) {
|
||||
super.hash(into: &hasher)
|
||||
hasher.combine(_tag)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user