limit history items
This commit is contained in:
parent
582cc9a25a
commit
11d0bebbc5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const getCompletions = (keywords) => {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return item.type === 'bookmark' && url.protocol !== 'place:';
|
return item.type === 'bookmark' && url.protocol !== 'place:';
|
||||||
});
|
}).slice(0, 10);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue