decky-frontend-lib
Advanced tools
Comparing version 3.20.4 to 3.20.5
@@ -25,4 +25,5 @@ import { Fragment, useEffect, useState } from 'react'; | ||
const event = e; | ||
if (event.detail.button == GamepadButton.CANCEL) { | ||
toggleReorderEnabled(); | ||
if (event.detail.button == GamepadButton.CANCEL && reorderEnabled) { | ||
setReorderEnabled(!reorderEnabled); | ||
props.onSave(entryList); | ||
} | ||
@@ -29,0 +30,0 @@ } |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.20.4", | ||
"version": "3.20.5", | ||
"description": "A library for building decky plugins", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217650
5226