mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
editor: fix item margins in editor (#7744)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user