[bug] improve drag drop odering click registering

This commit is contained in:
zombieFox 2019-06-17 16:26:04 +01:00
parent 27803fbc3f
commit 181be20c76
3 changed files with 3 additions and 3 deletions

View File

@ -422,7 +422,7 @@ var link = (function() {
}] }]
}); });
var linkHandle = helper.makeNode({ var linkHandle = helper.makeNode({
tag: "button", tag: "div",
attr: [{ attr: [{
key: "class", key: "class",
value: "button button-small link-control-item link-control-item-handle" value: "button button-small link-control-item link-control-item-handle"

View File

@ -1,6 +1,6 @@
var version = (function() { var version = (function() {
var current = "3.16.0"; var current = "3.16.1";
var compare = function(a, b) { var compare = function(a, b) {
var pa = a.split("."); var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab", "name": "nightTab",
"short_name": "nightTab", "short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.16.0", "version": "3.16.1",
"manifest_version": 2, "manifest_version": 2,
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"