Serhan Guney
Serhan Guney
When using the translator in the website we are able to get alternatives along with the translated phrase. For example I'm translating the word `friend` into Czech language and I'm...
Below is a method found in the abi I'm transforming: ```js { inputs: [ { components: [ { internalType: 'uint256', name: 'amount', type: 'uint256', }, { internalType: 'address', name: 'itemAddress',...
When dragging to resize other elements in the DOM still get selected despite the following within `handlePointermove`: ``` e.preventDefault(); e.stopPropagation(); ``` What seems to fix the issue in my case...