MunifTanjim / nui.nvim

UI Component Library for Neovim.
MIT License
1.62k stars 57 forks source link

fix(input): check mounted state in mount/unmount method #302

Closed MunifTanjim closed 1 year ago

MunifTanjim commented 1 year ago

resolves #303

codecov[bot] commented 1 year ago

Codecov Report

Merging #302 (5a71436) into main (c8de233) will decrease coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #302      +/-   ##
==========================================
- Coverage   99.25%   99.22%   -0.04%     
==========================================
  Files          20       20              
  Lines        2695     2699       +4     
==========================================
+ Hits         2675     2678       +3     
- Misses         20       21       +1     
Files Coverage Δ
lua/nui/input/init.lua 94.66% <100.00%> (-1.11%) :arrow_down: