c. Click Program Settings and add Photoshop.exe and sniffer.exe. Change the preferred graphics processor to High-performance NVIDIA processor.
https://helpx.adobe.com/photoshop/kb/troubleshoot-...
glgpu[1].GLVersion="4.1" // или другая версия
glgpu[1].GLName="NVIDIA GeForce GT 710M" //ваша видеокарта
@media (max-width: 767px)
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
font-weight: bold;
color: #af8337;
}
@media screen and (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
font-weight: bold;
color: #af8337;
}
}
const state = {};
export const chartModule = {
getLastElementPoint() {
return state.lastElementPoint;
},
setLastElementPoint(point){
state.lastElementPoint = point;
console.log(chartModule);
},
Нужно только чуть-чуть вручную поправить
https://jsfiddle.net/hprb2y5t/1/