Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metasong committed Oct 5, 2023
1 parent c8b6df4 commit d1ea85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_scripts/common/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {

function createAPI(clipboard, insert, normal, hints, visual, front, browser) {

functioncreateKeyTarget(code, ag, repeatIgnore) {
function createKeyTarget(code, ag, repeatIgnore) {
var keybound = {
code: code
};
Expand Down

0 comments on commit d1ea85c

Please sign in to comment.