Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87012a5

Browse files
tonadevQuLogic
authored andcommitted
Remove extra space on lib/matplotlib/backends/web_backend/js/mpl.js
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent a545253 commit 87012a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/matplotlib/backends/web_backend/js

lib/matplotlib/backends/web_backend/js/mpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ mpl.figure.prototype.key_event = function (event, name) {
663663
value += 'shift+';
664664
}
665665

666-
value += 'k' + event.key;
666+
value += 'k' + event.key;
667667

668668
this._key_event_extra(event, name);
669669

0 commit comments

Comments
 (0)