fixed restart not working for quotes

This commit is contained in:
Jack 2020-08-02 19:54:19 +01:00
parent ddf362e576
commit c96304f442

View file

@ -3269,6 +3269,7 @@ $(document).keydown((event) => {
if (
(config.mode === "words" && config.words < 1000) ||
(config.mode === "time" && config.time < 3600) ||
config.mode === "quote" ||
(config.mode === "custom" &&
customTextIsRandom &&
customTextWordCount < 1000) ||