@bpmn-io/properties-panel 3.27.6 → 3.27.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4296,7 +4296,7 @@ function prefixId(id) {
|
|
|
4296
4296
|
return `bio-properties-panel-${id}`;
|
|
4297
4297
|
}
|
|
4298
4298
|
|
|
4299
|
-
const DEFAULT_DEBOUNCE_TIME =
|
|
4299
|
+
const DEFAULT_DEBOUNCE_TIME = 600;
|
|
4300
4300
|
|
|
4301
4301
|
/**
|
|
4302
4302
|
* Creates a debounced version of a function, delaying its execution based on `debounceDelay`.
|