We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242e6ac commit 4569f85Copy full SHA for 4569f85
Sources/DiffableTextKit/Models/Context.swift
@@ -119,9 +119,9 @@ extension Context {
119
//=------------------------------------------------------------------------=
120
121
@inlinable public func merge(_ update: Update) -> Bool {
122
- let changeInStyle = self.style != update.style
123
- let changeInValue = self.value != update.value
124
- let changeInFocus = self.focus != update.focus
+ let changeInStyle = style != update.style
+ let changeInValue = value != update.value
+ let changeInFocus = focus != update.focus
125
//=--------------------------------------=
126
// MARK: At Least One Must Change
127
0 commit comments