This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
import { computed } from 'ember'; | |
import { extend } from '../utils/keys'; | |
const DATA_TRANSFER_TYPE = 'text'; | |
/** | |
* Hello! I'm a basic wrapper component for HTML5 drag and drop behavior | |
*/ | |
export default Ember.Component.extend({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
// tagName: '', | |
// focusOut() { | |
// console.log('fout') | |
// }, | |
// focusIn() { |