Move DOMClippingEnabled to coreSettings.ts (#1516)

* Move DOMClippingEnabled to coreSettings.ts

* nit
This commit is contained in:
Chenlei Hu
2024-11-12 12:01:44 -05:00
committed by GitHub
parent feafbf9cbf
commit 4bc79181ae
3 changed files with 9 additions and 18 deletions

View File

@@ -514,5 +514,12 @@ export const CORE_SETTINGS: SettingParams[] = [
{ value: LinkMarkerShape.Arrow, text: 'Arrow' }
],
versionAdded: '1.3.42'
},
{
id: 'Comfy.DOMClippingEnabled',
category: ['Comfy', 'Node', 'DOMClippingEnabled'],
name: 'Enable DOM element clipping (enabling may reduce performance)',
type: 'boolean',
defaultValue: true
}
]