8000 Remove extra space on lib/matplotlib/backends/web_backend/js/mpl.js · matplotlib/matplotlib@87012a5 · GitHub
[go: up one dir, main page]

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 <quantum.analyst@gmail.com>
1 parent a545253 commit 87012a5

File tree

1 file changed

+1
-1
lines changed
  • lib/matplotlib/backends/web_backend/js

1 file changed

+1
-1
lines changed

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)
0