Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复bug: 流程图内的链接用新窗口打开命令[blank]无法生效 #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 30, 2020

  1. Update view.html

    修复bug: 
    在/document/index?document_id=XX页面打开流程图时, 流程图内的链接用新窗口打开命令[blank]无法生效 
     
    例如: markdown流程图代码如下:
    
    ```flow
    st=>start: Start:>http://www.porn-hub.com[blank]
    e=>end:>http://www.google.com
    op1=>operation: My Operation
    sub1=>subroutine: My Subroutine
    cond=>condition: Yes
    or No?:>http://www.google.com
    io=>inputoutput: catch something...
    para=>parallel: parallel tasks
    
    st->op1->cond
    cond(yes)->io->e
    cond(no)->para
    para(path1, bottom)->sub1(right)->op1
    para(path2, top)->op1 
    ```
    在以上浏览页面中, Start节点的[blank]会失效,点击不能打开新窗口,而是在当前窗口跳转。 在其他页面可正常打开新窗口。
    cjb1234567 committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    17a6e79 View commit details
    Browse the repository at this point in the history