Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding tasks via drag and drop. (fix) #148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eroamane
Copy link
Contributor

通过拖放链接添加任务。(HTTP, FTP 或 Magnet链接)

个人认为这是非常方便的功能。
如不需要请关闭。

(稍微修正)

@binux
Copy link
Owner

binux commented Jun 14, 2020

我本来就有一个 drop 种子的功能,最好用一个机制

https://github.com/binux/yaaw/blob/master/js/yaaw.js#L266

html改为container,避免与添加任务对话框发生冲突。
支持种子文件。
@@ -280,6 +280,19 @@ var YAAW = (function() {
return false;
}

var container = $(".container").get(0);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这样会和原来的容器重复吗?要不你干脆把原来的删除了。
原来还有拖拽提示样式,也给加上吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants