editor: fix item margins in editor (#7744)

This commit is contained in:
Ammar Ahmed
2025-03-06 15:45:50 +05:00
committed by Ammar Ahmed
parent 9c7ff38f99
commit a2a4a165a5
3 changed files with 11 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { match, surround } from "fuzzyjs";
import { clone } from "./clone";
import { clone } from "./clone.js";
export function fuzzy<T>(
query: string,