Disallow ===
This commit is contained in:
parent
7d6f610be0
commit
994c3bb654
2 changed files with 8 additions and 5 deletions
|
|
@ -194,7 +194,7 @@ function onMoveButtonClick(): void {
|
|||
</CNoteButton>
|
||||
<CNoteButton
|
||||
:visible="hover"
|
||||
:disabled="ui.anchorId == segment.id"
|
||||
:disabled="ui.anchorId === segment.id"
|
||||
@click.stop="onMoveButtonClick"
|
||||
>
|
||||
<RiArrowRightDoubleLine size="16px" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue