TARGETS list is now properly assembled

This commit is contained in:
Sasha Koshka
2023-03-30 18:32:14 -04:00
parent 017543aa0f
commit a16f3c2cd7
2 changed files with 1 additions and 2 deletions

View File

@@ -264,7 +264,6 @@ func (window *window) handleSelectionRequest (
connection *xgbutil.XUtil,
event xevent.SelectionRequestEvent,
) {
println("got sel req")
if window.selectionClaim == nil { return }
window.selectionClaim.handleSelectionRequest(connection, event)
}