We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cadc7bb + 4f4b54c commit 053a1a4Copy full SHA for 053a1a4
src/trix/controllers/level_2_input_controller.js
@@ -443,7 +443,8 @@ export default class Level2InputController extends InputController {
443
},
444
445
insertReplacementText() {
446
- return this.insertString(this.event.dataTransfer.getData("text/plain"), { updatePosition: false })
+ this.insertString(this.event.dataTransfer.getData("text/plain"), { updatePosition: false })
447
+ this.requestRender()
448
449
450
insertText() {
0 commit comments