mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
remove unnecessary log
This commit is contained in:
@@ -21,7 +21,6 @@ class TagSelect extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleNewTagInputKeyDown (e) {
|
handleNewTagInputKeyDown (e) {
|
||||||
console.log(e.keyCode)
|
|
||||||
switch (e.keyCode) {
|
switch (e.keyCode) {
|
||||||
case 13:
|
case 13:
|
||||||
this.submitTag()
|
this.submitTag()
|
||||||
|
|||||||
Reference in New Issue
Block a user