Skip to content

Commit e8ccbae

Browse files
[Draw] Fix broken path
1 parent 2406aa5 commit e8ccbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/drawing/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ export function onContextMenu(params) {
336336
///////////////////////////////////////////////////////////////////////////////
337337

338338
async function toggleEasyBrush(active) {
339-
const libPath = "../assets/libs/easy-brush/easy-brush-browser.js";
339+
const libPath = "../../assets/libs/easy-brush/easy-brush-browser.js";
340340
const scriptClass = "easy-brush-script";
341341
// clean up ////
342342
// remove the script tag

0 commit comments

Comments
 (0)