Changes between Initial Version and Version 1 of Ticket #13630, comment 6
- Timestamp:
- Nov 1, 2016, 2:49:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13630, comment 6
initial v1 6 6 So lending the solution of setting src to "about:blank" fixes it for me: 7 7 8 {{{ 8 9 beforeDestroy: function (event) { 9 10 var iframe = event.editor.document.$.defaultView.frameElement; 10 11 iframe.src = "about:blank"; 11 12 }, 13 }}} 12 14 13 15