summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyText.vue')
-rw-r--r--src/components/Properties/PropertyText.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Properties/PropertyText.vue b/src/components/Properties/PropertyText.vue
index 2a6efe2c..a7eceb51 100644
--- a/src/components/Properties/PropertyText.vue
+++ b/src/components/Properties/PropertyText.vue
@@ -162,7 +162,8 @@ export default {
/**
* Return the selected type placeholder if any
* or the propModel default placeholder
- * @returns {string}
+ *
+ * @return {string}
*/
placeholder() {
if (this.localType?.placeholder) {
@@ -194,7 +195,7 @@ export default {
* but both of them have different debounce
* let's use a standard methods and call them both
*
- * @param {Object} e event
+ * @param {object} e event
*/
updateValueNoDebounce(e) {
this.resizeHeight(e)