Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
d81b8019
Commit
d81b8019
authored
Jul 08, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix copy button bug in ff
parent
66e7aba5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
244 deletions
+35
-244
social.css
social/social.css
+25
-242
social.js
social/social.js
+4
-0
social.less
social/social.less
+2
-2
expand.js
src/module/expand.js
+4
-0
No files found.
social/social.css
View file @
d81b8019
This diff is collapsed.
Click to expand it.
social/social.js
View file @
d81b8019
...
@@ -249,6 +249,10 @@ $(function() {
...
@@ -249,6 +249,10 @@ $(function() {
e
.
stopPropagation
();
e
.
stopPropagation
();
});
});
$
(
'body'
).
delegate
(
'#global-zeroclipboard-html-bridge'
,
'mousedown'
,
function
(
e
)
{
e
.
stopPropagation
();
});
var
copyTrickTimer
=
0
;
var
copyTrickTimer
=
0
;
$
(
'body'
).
on
(
'mousedown'
,
function
(
e
)
{
$
(
'body'
).
on
(
'mousedown'
,
function
(
e
)
{
copyTrickTimer
=
setTimeout
(
function
()
{
copyTrickTimer
=
setTimeout
(
function
()
{
...
...
social/social.less
View file @
d81b8019
...
@@ -183,7 +183,7 @@ button {
...
@@ -183,7 +183,7 @@ button {
}
}
input {
input {
width: 2
60
px;
width: 2
55
px;
height: 22px;
height: 22px;
line-height: 22px;
line-height: 22px;
padding: 4px 4px 0;
padding: 4px 4px 0;
...
@@ -204,7 +204,7 @@ button {
...
@@ -204,7 +204,7 @@ button {
#copy-share-url {
#copy-share-url {
display: inline-block;
display: inline-block;
margin: 0;
margin: 0;
width: 7
0
px;
width: 7
5
px;
height: 28px;
height: 28px;
line-height: 28px;
line-height: 28px;
vertical-align: middle;
vertical-align: middle;
...
...
src/module/expand.js
View file @
d81b8019
...
@@ -163,6 +163,10 @@ KityMinder.registerModule('Expand', function() {
...
@@ -163,6 +163,10 @@ KityMinder.registerModule('Expand', function() {
e
.
stopPropagation
();
e
.
stopPropagation
();
e
.
preventDefault
();
e
.
preventDefault
();
});
});
this
.
on
(
'dblclick click mouseup'
,
function
(
e
)
{
e
.
stopPropagation
();
e
.
preventDefault
();
});
},
},
setState
:
function
(
state
)
{
setState
:
function
(
state
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment