From 199acb33dc65eb052d422c9b351bd6ba38e255bc Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Fri, 29 Mar 2024 19:32:48 +0100 Subject: [PATCH] r0b08x [chore] 3/29/2024, 7:32:48 PM --- README.md | 4 ++-- package.json | 2 +- src/angular/pages/p3xr-console.js | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 114021a..c392443 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui --- -# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.181 +# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.182 @@ -77,7 +77,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https:// --- -[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.181 +[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.182 [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-material.svg)](https://www.npmjs.com/package/p3x-redis-ui-material) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 43acfcb..4c5717e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-redis-ui-material", - "version": "2024.4.181", + "version": "2024.4.182", "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io", "corifeus": { "icon": "fas fa-database", diff --git a/src/angular/pages/p3xr-console.js b/src/angular/pages/p3xr-console.js index 3a4c27a..52a1dfa 100644 --- a/src/angular/pages/p3xr-console.js +++ b/src/angular/pages/p3xr-console.js @@ -268,8 +268,9 @@ p3xr.ng.component('p3xrConsole', { this.action = ($event) => { switch ($event.keyCode) { - // keyup 38 - case 38: { + + // keydown 40 + case 40: { $event.preventDefault() $event.stopPropagation() @@ -290,8 +291,8 @@ p3xr.ng.component('p3xrConsole', { } - // keydown 40 - case 40: { + // keyup 38 + case 38: { $event.preventDefault() $event.stopPropagation()