File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-object-table" ,
3- "version" : " 0.7.0 " ,
3+ "version" : " 0.7.1 " ,
44 "description" : " React powered table of objects, designed to be editable and fast." ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ class BaseEditor extends React.Component {
6161 }
6262 handleSubmit = ( event ) => {
6363 event . preventDefault ( )
64+ event . stopPropagation ( )
6465 this . commit ( this . state . value , 'nextRow' )
6566 }
6667 handleKeyDown = ( event ) => {
Original file line number Diff line number Diff line change @@ -393,9 +393,10 @@ chownr@^2.0.0:
393393 resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
394394 integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
395395
396- classnames@^2.2.3 :
397- version "2.2.5"
398- resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.5.tgz#fb3801d453467649ef3603c7d61a02bd129bde6d"
396+ classnames@^2.3.1 :
397+ version "2.3.1"
398+ resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
399+ integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==
399400
400401cliui@^5.0.0 :
401402 version "5.0.0"
@@ -406,9 +407,10 @@ cliui@^5.0.0:
406407 strip-ansi "^5.2.0"
407408 wrap-ansi "^5.1.0"
408409
409- clone@^1.0.2 :
410- version "1.0.3"
411- resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f"
410+ clone@^2.1.2 :
411+ version "2.1.2"
412+ resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
413+ integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
412414
413415code-point-at@^1.0.0 :
414416 version "1.1.0"
@@ -1327,9 +1329,10 @@ isstream@~0.1.2:
13271329 version "0.1.2"
13281330 resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
13291331
1330- jquery@^3.1.1 :
1331- version "3.3.1"
1332- resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
1332+ jquery@^3.6.0 :
1333+ version "3.6.0"
1334+ resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
1335+ integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
13331336
13341337js-base64@^2.1.8 :
13351338 version "2.4.2"
You can’t perform that action at this time.
0 commit comments