Changes between Version 3 and Version 4 of Ticket #12087, comment 4
- Timestamp:
- Jul 2, 2015, 3:25:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12087, comment 4
v3 v4 28 28 startNode.remove(); 29 29 this.updateModel(); 30 31 // `preventdefault` stops CKEditor removing the ENTIRE 32 // content if it's the top line.. 33 e.preventDefault(); 30 34 } 31 35 }