Skip to content

Commit

Permalink
BUG: Remove unescaped quotes in Markers description
Browse files Browse the repository at this point in the history
because they broke the plugin and not needed anyway.
Line Profile does not have quotes around the l key mention.
This is a bug fix for #2709 .
  • Loading branch information
pllim authored Feb 16, 2024
1 parent eff0808 commit b58a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/default/plugins/markers/markers.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<j-tray-plugin
:description="docs_description || 'Create and export markers. Press "m" with the cursor over a viewer to log the mouseover information. To change the selected layer, click the layer cycler in the mouseover information section of the app-level toolbar.'"
:description="docs_description || 'Create and export markers. Press m with the cursor over a viewer to log the mouseover information. To change the selected layer, click the layer cycler in the mouseover information section of the app-level toolbar.'"
:link="docs_link || 'https://jdaviz.readthedocs.io/en/'+vdocs+'/'+config+'/plugins.html#markers'"
:uses_active_status="uses_active_status"
@plugin-ping="plugin_ping($event)"
Expand Down

0 comments on commit b58a5a4

Please sign in to comment.