|
148 | 148 | // @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!) |
149 | 149 | // @author KudoAI |
150 | 150 | // @namespace https://kudoai.com |
151 | | -// @version 2025.10.15 |
| 151 | +// @version 2025.10.15.1 |
152 | 152 | // @license MIT |
153 | 153 | // @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2 |
154 | 154 | // @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2 |
|
2030 | 2030 | modals.draggingModal = event.currentTarget |
2031 | 2031 | event.preventDefault() // prevent sub-elems like icons being draggable |
2032 | 2032 | Object.assign(modals.draggingModal.style, { // update styles |
2033 | | - transform: 'scale(1.05)', willChange: 'transform', |
| 2033 | + transform: 'scale(1.05)', |
2034 | 2034 | transition: '0.1s', '-webkit-transition': '0.1s', '-moz-transition': '0.1s', |
2035 | 2035 | '-o-transition': '0.1s', '-ms-transition': '0.1s' |
2036 | 2036 | }) |
|
2054 | 2054 |
|
2055 | 2055 | mouseup() { // restore styles/pointer events, remove listeners, reset modals.draggingModal |
2056 | 2056 | Object.assign(modals.draggingModal.style, { // restore styles |
2057 | | - cursor: 'inherit', transform: 'scale(1)', willChange: 'auto', |
| 2057 | + cursor: 'inherit', transform: 'scale(1)', |
2058 | 2058 | transition: 'inherit', '-webkit-transition': 'inherit', '-moz-transition': 'inherit', |
2059 | 2059 | '-o-transition': 'inherit', '-ms-transition': 'inherit' |
2060 | 2060 | }) |
|
0 commit comments