当边启用工具vertices,并且边的起点或者终端时节点时,并且隐藏这个节点,边会隐藏,但是路径点没有隐藏 #4293
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 👋 Welcome | |
on: | |
pull_request_target: | |
types: [opened, closed] | |
issues: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/use-app-token@v2 | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
- uses: wow-actions/welcome@v1 | |
with: | |
GITHUB_TOKEN: ${{ env.BOT_TOKEN }} | |
FIRST_ISSUE: | | |
👋 @{{ author }} | |
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. | |
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/antvis/X6/blob/master/CONTRIBUTING.md). | |
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. | |
FIRST_PR: | | |
👋 @{{ author }} | |
💖 Thanks for opening this pull request! 💖 | |
Please follow the [contributing guidelines](https://github.com/antvis/X6/blob/master/CONTRIBUTING.md). And we use [semantic commit messages](https://github.com/antvis/X6/blob/master/CONTRIBUTING.md#commit-message-format) to streamline the release process. | |
Examples of commit messages with semantic prefixes: | |
- `fix: don't overwrite prevent_default if default wasn't prevented` | |
- `feat: add graph.scale() method` | |
- `docs: graph.getShortestPath is now available` | |
Things that will help get your PR across the finish line: | |
- Follow the TypeScript, JavaScript, CSS and React coding style. | |
- Run `npm run lint` locally to catch formatting errors earlier. | |
- Document any user-facing changes you've made. | |
- Include tests when adding/changing behavior. | |
- Include screenshots and animated GIFs whenever possible. | |
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. | |
FIRST_PR_MERGED: | | |
👋 @{{ author }} | |
Congrats on merging your first pull request! 🎉🎉🎉 |