chrome-app-codelab icon indicating copy to clipboard operation
chrome-app-codelab copied to clipboard

Listen to input event instead of keypress.

Open mgiuffrida opened this issue 11 years ago • 0 comments

This way the last character typed is included in the saved state.

Currently only the previous n-1 characters are saved, so after a restart the input value is missing the last character typed.

mgiuffrida avatar Jun 13 '14 21:06 mgiuffrida