Skip to content

Commit

Permalink
fix : [Notes] insert position is wrong EXO-65312 - Meeds-io/meeds#1019 (
Browse files Browse the repository at this point in the history
#698)

Prior to this change, when create new notes page, add 3 lines of content
and on 4th line insert an image,this image inserted on top of notes
content . To fix this problem, remove the reset of the ckeditor when
opening the `customPluginsDrawer` drawer. After this change, image
inserted at last cursor position.
  • Loading branch information
akhanfir authored and exo-swf committed Jul 19, 2023
1 parent 27bb0ff commit 7a37f1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default {
methods: {
open() {
this.$refs.customPluginsDrawer.open();
this.$root.$emit('initCkeditor');
},
close() {
this.$refs.customPluginsDrawer.close();
Expand Down

0 comments on commit 7a37f1c

Please sign in to comment.