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
Hitting the "push" button gave me a permanent "File inconsistent with pad content"-Error.
Changing: if (adat !== text.slice(0, -1)) {
to if (adat !== text) {
in handleButtonMessage.js seems to fix it for me.
Hitting the "push" button gave me a permanent "File inconsistent with pad content"-Error.
Changing:
if (adat !== text.slice(0, -1)) {
to
if (adat !== text) {
in handleButtonMessage.js seems to fix it for me.
https://github.com/LaKing/ep_codepad/blob/master/handleButtonMessage.js#L108
The text was updated successfully, but these errors were encountered: