kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
bc8b72e6eb
commit
98872bbe7c
|
@ -147,6 +147,11 @@ DropZoneWidget.prototype.importDataTypes = [
|
|||
};
|
||||
}
|
||||
}},
|
||||
{type: "text/html", IECompatible: false, convertToFields: function(data) {
|
||||
return {
|
||||
text: data
|
||||
};
|
||||
}},
|
||||
{type: "text/plain", IECompatible: false, convertToFields: function(data) {
|
||||
return {
|
||||
text: data
|
||||
|
|
Ładowanie…
Reference in New Issue