This commit is contained in:
2020-04-23 23:52:41 +00:00
parent c8c7740f89
commit d97b3c2694
2 changed files with 3 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ CURRENT TODOs
todo: drag and drop files on to attachments and have them stored and added automatically
todo: drag and drop image file on to wiki and have it added as attachment then linked automatically
todo: drag and drop image file from attachments and have it added to wiki automatically.
todo: wiki emit input on change: currently it's manual but it should just either WATCH for changes or the replace text method should do the triggering since it's called for all ops
todo: AFTER ATTACHMENTS WIKI IMAGES
- Go back and finish off wiki image attachment UI and code

View File

@@ -850,6 +850,8 @@ export default {
} else {
this.replaceSelectedText("![](" + url + ")");
}
//trigger dirty change
this.handleInput(this.localVal);
}
console.log("processed url:", url);
} else {