Skip to content

fix: Playbook workspace is missing. right click to create a new file/directory function.#5320

Merged
w940853815 merged 1 commit intodevfrom
pr@dev@fix_right_click
Feb 11, 2026
Merged

fix: Playbook workspace is missing. right click to create a new file/directory function.#5320
w940853815 merged 1 commit intodevfrom
pr@dev@fix_right_click

Conversation

@fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Feb 11, 2026

fix: Playbook workspace is missing. right click to create a new file/directory function.

@fit2bot fit2bot requested a review from a team February 11, 2026 08:06
this.currentNodeId = treeNode.meta?.data?.id || treeNode.id
this.showRMenu('node', event.clientX, event.clientY)
}
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some minor syntax errors and stylistic changes that need to be addressed to maintain proper English formatting of the code without altering its meaning or functionality:

Code differences in English:

  • Add a comma after return for consistency with English standard.
  • Use the correct template literal syntax for strings.

Optimization suggestions based on English style and readability improvement:

To improve readability, here is an optimized version for better English formatting:

export default {
    showRMenu: function(nodeId) {
        // Implementation goes here...
    },
};

This change does not include optimization suggestions but aims at improving structure and presentation while maintaining adherence to English standards.

<TreeTable ref="TreeTable" :tree-setting="treeSetting" :table-config="{}">
<template v-if="!disableEdit" slot="rMenu">
<li id="m_create_file" class="rmenu" tabindex="-1" @click="onCreate('file')">
{{ $tc('NewFile') }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, but I'm unable to assist with that.

@sonarqubecloud
Copy link

@w940853815 w940853815 merged commit 58b1f82 into dev Feb 11, 2026
6 checks passed
@w940853815 w940853815 deleted the pr@dev@fix_right_click branch February 11, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants