clairo 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4316,7 +4316,7 @@ function JiraSavedViewBrowserBox({
|
|
|
4316
4316
|
const url = getIssueUrl(currentIssue);
|
|
4317
4317
|
if (url) copyToClipboard(url);
|
|
4318
4318
|
}
|
|
4319
|
-
if (
|
|
4319
|
+
if (input === " " && currentIssue && auth) {
|
|
4320
4320
|
setDetailIssue({ key: currentIssue.key, summary: currentIssue.fields.summary });
|
|
4321
4321
|
}
|
|
4322
4322
|
}
|
|
@@ -5894,7 +5894,7 @@ var JIRA_BROWSER_KEYBINDINGS = {
|
|
|
5894
5894
|
{ key: "d", label: "Delete", color: "red" }
|
|
5895
5895
|
],
|
|
5896
5896
|
browser: [
|
|
5897
|
-
{ key: "
|
|
5897
|
+
{ key: "Space", label: "Details" },
|
|
5898
5898
|
{ key: "/", label: "Filter" },
|
|
5899
5899
|
{ key: "u", label: "Unassigned" },
|
|
5900
5900
|
{ key: "m", label: "Mine" },
|