mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix comment
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
f13daf68a1
commit
006f005184
@ -92,8 +92,8 @@ export default {
|
|||||||
const freeIndex = defaultHotbar.items.findIndex(isNull);
|
const freeIndex = defaultHotbar.items.findIndex(isNull);
|
||||||
|
|
||||||
if (freeIndex === -1) {
|
if (freeIndex === -1) {
|
||||||
// making a new hotbar is less destructive if the first hotbar called default
|
// making a new hotbar is less destructive if the first hotbar
|
||||||
// is full then overriding a previously pinned item
|
// called "default" is full than overriding a hotbar item
|
||||||
const hotbar = {
|
const hotbar = {
|
||||||
id: uuid.v4(),
|
id: uuid.v4(),
|
||||||
name: "initial",
|
name: "initial",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user