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 f117e1d commit 6c6b528Copy full SHA for 6c6b528
Sources/GateEngine/UI/TileMapControl.swift
@@ -306,7 +306,7 @@ public final class TileMapControlView<Scheme: TileMapControlScheme>: TileMapView
306
}
307
case .toggleable:
308
let currentState = self.state(forControl: pair.control, subControlIndex: pair.subControlIndex)
309
- guard currentState != .selected && currentState != .disabled else { return }
+ guard currentState != .disabled else { return }
310
let state: TileMapControlState = if currentState == .selected {
311
.regular
312
}else{
0 commit comments