Skip to content

Commit

Permalink
update a setting desc
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Dec 7, 2023
1 parent db25f67 commit f91a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class EnhancedLinkSuggestionsSettingTab extends PluginSettingTab {
.setDesc('Hold down this key to preview the link without clicking.');
this.addToggleSetting('lazyHide')
.setName("Don't close the preview until the new preview is ready")
.setDesc('If turned on, pressing arrow keys while holding the modifier key will not immediately close the preview, but instead wait for the preview for the newly selected suggestion to load.');
.setDesc('If turned on, pressing arrow keys or hovering the mouse over the suggestions while holding the modifier key will not immediately close the preview, but instead wait for the preview for the newly selected suggestion to load.');

new Setting(this.containerEl).setName('Block markdown rendering').setHeading();
this.addToggleSetting('paragraph').setName('Render paragraphs');
Expand Down

0 comments on commit f91a1b3

Please sign in to comment.