Skip to content

Commit

Permalink
Bug fix for nmObjGet.idLvl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Aug 27, 2023
1 parent 780a5e9 commit 4841792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nmObjGet.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ nmObjGet.idLvl <- function(x, ...){
if (exists("idLvl", .objEnv)) return(get("idLvl", envir=.objEnv))
.data <- .obj$origData
.env <- new.env(emptyenv())
.foceiPreProcessData(.data, .env, .obj$ui, .env$control$rxControl)
.foceiPreProcessData(.data, .env, .obj$ui, .obj$control$rxControl)
.env$idLvl
}

Expand Down

0 comments on commit 4841792

Please sign in to comment.