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.
let _ =
1 parent 3629ab1 commit 0bacb36Copy full SHA for 0bacb36
1 file changed
TablePro/Views/Main/Child/MainEditorContentView.swift
@@ -479,7 +479,7 @@ struct MainEditorContentView: View {
479
let showEmptySpaceMenu = isEditable && tab.tableName != nil
480
481
// Update delegate state for current render
482
- _ = {
+ let _ = { // swiftlint:disable:this redundant_discardable_let
483
dataTabDelegate.coordinator = coordinator
484
dataTabDelegate.columnVisibilityManager = columnVisibilityManager
485
dataTabDelegate.selectedRowIndices = $selectedRowIndices
0 commit comments