skip to Main Content

Error Uncaught TypeError: e.target.className.indexOf is not a function at HTMLDocument.mouseup (translator.js:433) in angular-Twitter bootstrap

I have one modal bootstrap, when i click in one svg to edit my data i receive: Uncaught TypeError: e.target.className.indexOf is not a function at HTMLDocument.mouseup (translator.js:433) My svg: <svg data-dismiss="modal" class="cursorPointer" (click)="editaDescricao(sortedData[i])" fill="darkorange" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24…

VIEW QUESTION
Back To Top
Search