limit history items

This commit is contained in:
Shin'ya Ueoka 2018-05-08 20:09:32 +09:00
parent 582cc9a25a
commit 11d0bebbc5

View file

@ -8,7 +8,7 @@ const getCompletions = (keywords) => {
return false;
}
return item.type === 'bookmark' && url.protocol !== 'place:';
});
}).slice(0, 10);
});
};