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);
|
||||
|
||||
if (freeIndex === -1) {
|
||||
// making a new hotbar is less destructive if the first hotbar called default
|
||||
// is full then overriding a previously pinned item
|
||||
// making a new hotbar is less destructive if the first hotbar
|
||||
// called "default" is full than overriding a hotbar item
|
||||
const hotbar = {
|
||||
id: uuid.v4(),
|
||||
name: "initial",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user