Closed Metsavend closed 1 week ago
If you want to renaming object key but you cancel and want to open again it will be empty and may cause some issues.
I fixed it in (RenameDialog.vue) by editting these lines.
starting line 54
watch( dialogVisible, (val) => { if (!val) inputValue.value = props.currentPath[props.currentPath.length - 1] } )
If you want to renaming object key but you cancel and want to open again it will be empty and may cause some issues.
I fixed it in (RenameDialog.vue) by editting these lines.
starting line 54