Answer the question
In order to leave comments, you need to log in
How to deselect in Sublime Text 3?
Hello!
Very annoying one moment in Sublime. Highlighted a piece of code. I want to deselect. I poke the mouse in the middle of the selected text. Nothing happens. I click on the edge. Nothing. It is necessary to find the text (unselected) and only by clicking on it the selection is removed. Or arrows.
How can this behavior be corrected? Or could it be something wrong in the settings?
Checked in notepad ++, there the selection is perfectly removed when you click on any place.
Answer the question
In order to leave comments, you need to log in
This is how it works for me
import Vue from "vue";
import App from "./App.vue";
import router from './router';
import Navbar from './components/Navbar.vue';
Vue.use(router);
Vue.component('navbar', Navbar);
Vue.config.productionTip = true;
new Vue({
router,
render: h => h(App)
}).$mount("#app");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question