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

link-options not working #471

Open
arufonsekun opened this issue Sep 11, 2023 · 0 comments
Open

link-options not working #471

arufonsekun opened this issue Sep 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@arufonsekun
Copy link

arufonsekun commented Sep 11, 2023

Describe the bug

link-options not working on master branch.

Steps to reproduce

  1. Clone de repository and switch to master branch;
  2. Run VAC demo;
  3. Send a message with a link;
  4. Check that target="_blank" behaviour no longer works (default);
  5. Change link-options to:
:link-options="JSON.stringify({
     target: '_blank',
})"
  1. Check that links still behave the same (target=_self);

Expected behavior

link-options should change links behaviour.

Device (please complete the following information)

  • OS: Ubuntu
  • Browser: Chrome
  • Package version: branch master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant