You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the files of a large PR e.g. github.com/org/repo/pull/*/files the commenting input's are impossible to use even with the page "disabled" in Vimkey using REGEX, ^(.*)/pull/(.*)/files(.*)? which shows it is disabled:
If I completely disable the extension the textarea input's are useable again:
CleanShot.2023-08-16.at.08.35.45-converted.mp4
I would have assumed that disabling Vimkey for that page would have solved the issue, but it did not. I am also assuming that the fact this PR was so large may be a factor, but I have not yet tested this on a smaller pull request.
The text was updated successfully, but these errors were encountered:
@aubreypwd Thank you feedback, the video is very useful, and I will follow the video to test the disable rules, and I will fix it as soon as possible. when I fix it I'll let you know here.
thank you again.
When viewing the files of a large PR e.g.
github.com/org/repo/pull/*/files
the commenting input's are impossible to use even with the page "disabled" in Vimkey using REGEX,^(.*)/pull/(.*)/files(.*)?
which shows it is disabled:If I completely disable the extension the
textarea
input's are useable again:CleanShot.2023-08-16.at.08.35.45-converted.mp4
I would have assumed that disabling Vimkey for that page would have solved the issue, but it did not. I am also assuming that the fact this PR was so large may be a factor, but I have not yet tested this on a smaller pull request.
The text was updated successfully, but these errors were encountered: