Merge #20188 - Fix: Text copying while editing a cell
Pull-request: #20188 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
cda01ff436
@ -2666,7 +2666,7 @@ const makeGrid = function (t, enableResize = undefined, enableReorder = undefine
|
||||
|
||||
// Copy handler
|
||||
$(document).on('copy', function (e) {
|
||||
if (!document.body.contains(g.t)) {
|
||||
if (!document.body.contains(g.t) || g.isCellEditActive) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user