Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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]:Jointjs+ Navigator #2423

Closed
ROYopedia opened this issue Dec 11, 2023 · 0 comments
Closed

[Bug]:Jointjs+ Navigator #2423

ROYopedia opened this issue Dec 11, 2023 · 0 comments
Labels

Comments

@ROYopedia
Copy link

ROYopedia commented Dec 11, 2023

What happened?

Hello Team,
I am using joinjts+ navigator in our project.
Now I have requirement where I am hiding elements on paper based on some user event.

export function setCellVisibility(cell: dia.Cell, visible: boolean): void {
  cell.set("hidden", !visible);
}

Now, Wewn user is hiding cells on paper the navigator is unable to hide it from its internal viewer.
in Navigator viewer the cells are not hidden.
Any idea?

Version

3.7

What browsers are you seeing the problem on?

Chrome

What operating system are you seeing the problem on?

Linux

@ROYopedia ROYopedia added the bug label Dec 11, 2023
@clientIO clientIO locked and limited conversation to collaborators Dec 11, 2023
@kumilingus kumilingus converted this issue into discussion #2424 Dec 11, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

1 participant