Fix laggy and blinking tooltips

This commit is contained in:
yflory
2017-11-15 16:31:26 +01:00
parent 1f53304ad3
commit 630ac45948
2 changed files with 16 additions and 6 deletions

View File

@@ -425,6 +425,10 @@ var Renderer = function (APP) {
var diffOptions = {
preDiffApply: function (info) {
if (!diffIsInput(info)) { return; }
if (info.diff.action === "removeAttribute" &&
(info.diff.name === "aria-describedby" || info.diff.name === "data-original-title")) {
return;
}
switch (getInputType(info)) {
case 'number':
//console.log('checkbox');