From 63990af4b2a1cee9dd4f69230f239cc591e5e757 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 25 Apr 2012 11:57:04 +0900 Subject: [PATCH] fix drag & drop copying instead of cutting --- aqt/editor.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/aqt/editor.py b/aqt/editor.py index cf9c28905..1f088703f 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -45,9 +45,11 @@ body { margin: 5px; }