diff --git a/loleaflet/src/map/handler/Map.WOPI.js b/loleaflet/src/map/handler/Map.WOPI.js index b51415ae9..3c33712af 100644 --- a/loleaflet/src/map/handler/Map.WOPI.js +++ b/loleaflet/src/map/handler/Map.WOPI.js @@ -378,12 +378,6 @@ L.Map.WOPI = L.Handler.extend({ this._map.insertURL(msg.Values.url); } } - else if (msg.MessageId == 'Action_Paste') { - if (msg.Values && msg.Values.Mimetype && msg.Values.Data) { - var blob = new Blob(['paste mimetype=' + msg.Values.Mimetype + '\n', msg.Values.Data]); - this._map._socket.sendMessage(blob); - } - } else if (msg.MessageId === 'Action_ShowBusy') { if (msg.Values && msg.Values.Label) { this._map.fire('showbusy', {label: msg.Values.Label});