You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should've been using .shift(). Instead, current behaviour keeps pushing one item into the history and immediately popping it back, so that once limit is reached, no history items are stored.
The text was updated successfully, but these errors were encountered:
RReverser
added a commit
to RReverser/local-echo
that referenced
this issue
Oct 9, 2020
This:
local-echo/lib/HistoryController.js
Lines 22 to 24 in 8d0b7f5
should've been using
.shift()
. Instead, current behaviour keeps pushing one item into the history and immediately popping it back, so that once limit is reached, no history items are stored.The text was updated successfully, but these errors were encountered: