Move docs for 5.1.5 release

This commit is contained in:
Jermolene
2014-11-26 11:22:20 +00:00
parent a5c7089bcf
commit 7d46afc7b2
32 changed files with 109 additions and 405 deletions

View File

@@ -0,0 +1,14 @@
title: ImportLogging
created: 20141114100055595
modified: 20141114100055595
Browsers still have significant variations in their handling of drag and drop and clipboard operations.
You can switch on special logging to help debug issues:
# Open your browser JavaScript console
# Type:
#> ``$tw.log.IMPORT = true``
# Drag or paste a file to import it
# Look for debug information in the console. For example:
#> ``Importing file 'my-image.png', type: 'image/png', isBinary: true``