feat: enable infinite nesting always, remove setting
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
export function canNestProjectDeeper(level: number) {
|
||||
if (level < 2) {
|
||||
return true
|
||||
}
|
||||
|
||||
return level >= 2 && window.PROJECT_INFINITE_NESTING_ENABLED
|
||||
}
|
Reference in New Issue
Block a user