fix:paste plain text in text control

pr675
Hufe921 4 years ago
parent 70c5dda1d5
commit 3400c21323

@ -60,9 +60,7 @@ export class CursorAgent {
if (item.kind === 'string') {
if (item.type === 'text/plain' && !isHTML) {
item.getAsString(plainText => {
this.draw.insertElementList([{
value: plainText
}])
this.canvasEvent.input(plainText)
})
}
if (item.type === 'text/html' && isHTML) {

Loading…
Cancel
Save