You've already forked AstralRinth
forked from didirus/AstralRinth
Switch to RustLS (#2169)
* Switch to RustLS * Revert scroll change causing autoscroll to break * App build remove
This commit is contained in:
@@ -40,11 +40,11 @@ const handleSearchContent = async () => {
|
||||
:options="[
|
||||
{
|
||||
id: 'search',
|
||||
action: () => handleSearchContent,
|
||||
action: handleSearchContent,
|
||||
},
|
||||
{
|
||||
id: 'from_file',
|
||||
action: () => handleAddContentFromFile,
|
||||
action: handleAddContentFromFile,
|
||||
},
|
||||
]"
|
||||
class="btn btn-primary btn-dropdown-animation icon-only"
|
||||
|
||||
Reference in New Issue
Block a user