Changes between Version 2 and Version 3 of Ticket #13317, comment 4
- Timestamp:
- May 29, 2015, 10:27:38 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13317, comment 4
v2 v3 10 10 > Whether copy and cut commands trigger our listeners. 11 11 {{{ 12 // `type` equals to `cut`.12 // `type` is `cut` and `copy`. 13 13 editor.document.$.execCommand( type, false, null ); 14 14 }}}