mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-21 15:12:37 -06:00
mousedown bugfix (for now)
This commit is contained in:
parent
bcbf21636d
commit
c14284be28
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
<link href="../index.css" media="all" rel="stylesheet" type="text/css" />
|
||||
|
@ -100,7 +100,8 @@
|
||||
$colorPicker.hide(animationSpeed);
|
||||
$(':focus').trigger('blur');
|
||||
} else {
|
||||
$(document.body).append(isColorPicker);
|
||||
// buttons on colorPicker don't work any more
|
||||
// $(document.body).append(isColorPicker);
|
||||
}
|
||||
} else if (inputIndex !== -1) {
|
||||
// input field
|
||||
|
Loading…
x
Reference in New Issue
Block a user