refactor: add comment

This commit is contained in:
Aly Thobani 2024-04-27 13:09:03 -07:00
parent 45c4789060
commit 51fc17cf98

View file

@ -1,6 +1,8 @@
import { Editor as CodeMirrorEditor } from "codemirror";
import { EditorPosition } from "obsidian";
import { shim as matchAllShim } from "string.prototype.matchall";
// Polyfill for String.prototype.matchAll, in case it's not available (pre-ES2020)
matchAllShim();
export function jumpToPattern({