mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -04:00
Add text-input files
This commit is contained in:
parent
c8111e37bb
commit
3fb735e901
8 changed files with 201 additions and 27 deletions
6
app/elements/file-sharing/file-input-behavior.html
Normal file
6
app/elements/file-sharing/file-input-behavior.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<link rel="import" href="file-drop-behavior.html">
|
||||
<link rel="import" href="file-button-behavior.html">
|
||||
<script>
|
||||
'use strict';
|
||||
Chat.FileInputBehavior = [Chat.FileDropBehavior,Chat.FileButtonBehavior];
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue