``` window.dc.columnsSet?.let { ...
# announcements
e
Copy code
window.dc.columnsSet?.let {
            if (it.count == columnsCount && it.flags == flags)
                return
        }
will
return
return at the
let
or the outer function?