This commit is contained in:
@@ -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
|
||||
|
||||
@@ -850,6 +850,8 @@ export default {
|
||||
} else {
|
||||
this.replaceSelectedText("");
|
||||
}
|
||||
//trigger dirty change
|
||||
this.handleInput(this.localVal);
|
||||
}
|
||||
console.log("processed url:", url);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user