1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Remove unused import

This commit is contained in:
Andrew Kingston 2024-03-12 19:07:38 +00:00
parent 80a3265c7a
commit fda71de7c2

View file

@ -270,7 +270,7 @@ export const insertBinding = (view, from, to, text, mode) => {
})
}
export const insertSnippet = (view, from, to, text, mode) => {
export const insertSnippet = (view, from, to, text) => {
const parsedInsert = `${text}()`
let cursorPos = from + parsedInsert.length - 1
view.dispatch({