bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Fix Default values and Description content in options table

Open ZhangChengLin opened this issue 1 year ago • 1 comments

Description

https://github.com/twbs/bootstrap/blob/ae43f0c48bf7acede8a325b24197001fe2b2f416/js/src/popover.js#L20-L31

https://github.com/twbs/bootstrap/blob/953b4b6c1b67e120235fc19f565444a0f7a97a76/js/src/tooltip.js#L58-L79

Motivation & Context

Type of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Refactoring (non-breaking change)
  • [ ] Breaking change (fix or feature that would change existing functionality)

Checklist

  • [x] I have read the contributing guidelines
  • [x] My code follows the code style of the project (using npm run lint)
  • [x] My change introduces changes to the documentation
  • [x] I have updated the documentation accordingly
  • [ ] I have added tests to cover my changes
  • [ ] All new and existing tests passed

Live previews

Related issues

ZhangChengLin avatar Mar 28 '24 04:03 ZhangChengLin

Turns out, after additional testing on another Fabric 1.18.2 client (Fabric 0.14.6), with just the necessary mod(s) for AuroraKeystrokes to load (which is Fabric API), that the game doesn't even get to the loading screen and crashes. image

Crash report: crash-2022-06-12_07.18.19-client.txt

Log: latest.log

Talbe1 avatar Jun 12 '22 04:06 Talbe1