From b89e8d16355bde7379f38de820bf350b4a4a0beb Mon Sep 17 00:00:00 2001 From: Bimba Laszlo Date: Fri, 10 Aug 2018 22:29:13 +0200 Subject: [PATCH] Clarify the drag-n-drop behaviour (#3387) * Clarify the drag-n-drop behaviour In my case I misunderstood it: I thought that I need to select the text and drag the selection, because drag-n-drop did not work by default. * Fix grammar --- .../learning/Copying tiddlers between TiddlyWiki files.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editions/tw5.com/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid b/editions/tw5.com/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid index 3e06f5d40f..f783fe55ce 100644 --- a/editions/tw5.com/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid +++ b/editions/tw5.com/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid @@ -5,3 +5,5 @@ title: Copying tiddlers between TiddlyWiki files type: text/vnd.tiddlywiki You can copy an individual tiddler from one TiddlyWiki file to another by dragging a link to the tiddler from one browser window to another. + +Depending on your browser, dragging may not work and moving the mouse only highlights the text. In this case you should hold down the left mouse key on the link, wait a second, and then try again to drag it.