You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value: Thanks for reporting an issue. If you have a question or request for support, use the [forum](https://discuss.codemirror.net/), **not** the bug tracker.
6
+
- type: textarea
7
+
id: descriptin
8
+
attributes:
9
+
label: Describe the issue
10
+
validations:
11
+
required: true
12
+
- type: input
13
+
id: browser
14
+
attributes:
15
+
label: Browser and platform
16
+
description: If there is any chance at all that this is browser or platform related, please let us know which ones you tested. If IME or a virtual keyboard was involved, please mention which.
17
+
validations:
18
+
required: false
19
+
- type: input
20
+
id: try
21
+
attributes:
22
+
label: Reproduction link
23
+
description: When practical, it helps a lot if you provide a script that reproduces the issue in [the CodeMirror sandbox](https://codemirror.net/try/) or another online code environment.
0 commit comments