Skip to content

chapter 4/animation/app/App.js bug. #8

Description

@vorakain

in line 21, ( evt.key === 'Enter' )

I found the bug that handleChange function executed twice when I enter korean word(unicode).
so I solved this problem by modifying code as below.

( evt.keyCode === 13 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions