mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
5 lines
94 B
5 lines
94 B
export default function todoFocus(el, binding) {
|
|
if (binding.value) {
|
|
el.focus();
|
|
}
|
|
}
|