Skip to content

Commit 3892ec2

Browse files
committed
style: update setting description
1 parent 818958c commit 3892ec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ const settingsSchema: SettingSchemaDesc[] = [
101101
key: 'enableMouseRefClick',
102102
title: 'Enable block editing on mouse click to [[reference]]?',
103103
description: `
104-
With <code>⌥</code> (or <code>Alt</code> for Windows) pressed.
104+
<p>With <code>⌥</code> (or <code>Alt</code> for Windows) pressed.</p>
105+
<p><i>Restriction</i>: this feature only works for the first page reference or tag. There is no way to recognize the others if they are the same.</p>
105106
`.trim(),
106107
type: 'enum',
107108
enumPicker: 'radio',

0 commit comments

Comments
 (0)